tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
disable add to home if not logged in
awarm.space
1 year ago
1ab00123
b0dcffdd
+2
-1
1 changed file
expand all
collapse all
unified
split
components
HomeButton.tsx
+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
-
)
40
40
+
) ||
41
41
+
!identity
41
42
)
42
43
return null;
43
44
return (