Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
1
fork

Configure Feed

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

fix admin dashboard rerendering

+1 -1
+1 -1
apps/main-app/public/admin/admin.tsx
··· 266 266 }, 300) 267 267 268 268 return () => clearTimeout(timeoutId) 269 - }, [newSupporterIdentifier, searchActors]) 269 + }, [newSupporterIdentifier]) 270 270 271 271 const selectActor = (actor: any) => { 272 272 setNewSupporterIdentifier(actor.handle)