A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: missed a variable ref

Trezy 540a14ef 175665f5

+1 -1
+1 -1
web/src/app/dashboard/settings/users/page.tsx
··· 89 89 getUsers() 90 90 .then(setUsers) 91 91 .catch((e) => setError(e instanceof Error ? e.message : String(e))); 92 - }, [did]); 92 + }, []); 93 93 94 94 useEffect(() => { 95 95 load();