fix: lint errors
This commit is contained in:
@@ -7,7 +7,7 @@ export function notePassesFilter(
|
||||
filterText: string
|
||||
) {
|
||||
|
||||
let canShowArchived = showArchived;
|
||||
const canShowArchived = showArchived;
|
||||
const canShowPinned = !hidePinned;
|
||||
if (
|
||||
(note.archived && !canShowArchived) ||
|
||||
|
||||
Reference in New Issue
Block a user