Skip to content

Commit

Permalink
Prettier tidy of communities directory page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dadofsambonzuki committed Mar 18, 2024
1 parent 3d1ab98 commit 56c8ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
communities &&
communities.filter((community) => community.tags.organization === 'dwadziescia-jeden');
$: eenentwintig =
communities && communities.filter((community) => community.tags.organization === 'eenentwintig');
communities &&
communities.filter((community) => community.tags.organization === 'eenentwintig');
$: einundzwanzig =
communities &&
communities.filter((community) => community.tags.organization === 'einundzwanzig');
Expand Down

0 comments on commit 56c8ba1

Please sign in to comment.