limit use of query stacked notes
This commit is contained in:
@@ -58,10 +58,6 @@ export const useQueryStackedNotes = () => {
|
||||
}
|
||||
|
||||
const getStackedNotes = () => {
|
||||
if (!sha) {
|
||||
return []
|
||||
}
|
||||
|
||||
if (!currentSHA) {
|
||||
return [sha]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user