a tool for shared writing and social publishing

disable add to home if not logged in

+2 -1
+2 -1
components/HomeButton.tsx
··· 37 37 if ( 38 38 identity?.permission_token_on_homepage.find( 39 39 (pth) => pth.permission_tokens.id === permission_token.id, 40 - ) 40 + ) || 41 + !identity 41 42 ) 42 43 return null; 43 44 return (