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
27
pulls
pipelines
sort by root entity if same created_at
awarm.space
1 year ago
27da18a6
deb9e370
+1
-1
1 changed file
expand all
collapse all
unified
split
app
home
LeafletList.tsx
+1
-1
app/home/LeafletList.tsx
···
40
40
? identity.permission_token_on_homepage
41
41
.sort((a, b) =>
42
42
a.created_at === b.created_at
43
43
-
? a.permission_tokens.id > b.permission_tokens.id
43
43
+
? a.permission_tokens.root_entity > b.permission_tokens.root_entity
44
44
? -1
45
45
: 1
46
46
: a.created_at > b.created_at