a tool for shared writing and social publishing
0
fork

Configure Feed

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

bug! show confirmation state in reader view

+1 -1
+1 -1
components/Blocks/MailboxBlock.tsx
··· 218 218 }} 219 219 > 220 220 <div className="flex flex-col w-full gap-2 p-4"> 221 - {!isSubscribed ? ( 221 + {!isSubscribed?.confirmed ? ( 222 222 <> 223 223 <SubscribeForm 224 224 entityID={props.entityID}