Skip to content

Commit 8fedb49

Browse files
committed
fix: restore limit/filter/isMuted removed by biome lint
1 parent 2b26500 commit 8fedb49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/app/src/Pages/Notifications/Notifications.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ function FilterIcon({
5858

5959
export default function NotificationsPage({ onClick }: { onClick?: (link: NostrLink) => void }) {
6060
const login = useLogin()
61+
const { isMuted } = useModeration()
62+
const [limit, setLimit] = useState(100)
63+
const [filter, setFilter] = useState(NotificationSummaryFilter.All)
6164

6265
useEffect(() => {
6366
markNotificationsRead(LoginStore.snapshot())

0 commit comments

Comments
 (0)