a tool for shared writing and social publishing

sort by root entity if same created_at

+1 -1
+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 - ? a.permission_tokens.id > b.permission_tokens.id 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