Skip to content

Commit

Permalink
Updated code formatting from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dadofsambonzuki committed Feb 13, 2024
1 parent 7e4afd1 commit d00c88e
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 @@ -91,7 +91,8 @@
$: jednadvacet =
communities && communities.filter((community) => community.tags.organization === 'jednadvacet');
$: planBNetwork =
communities && communities.filter((community) => community.tags.organization === 'plan-b-network');
communities &&
communities.filter((community) => community.tags.organization === 'plan-b-network');
$: satoshiSpritz =
communities &&
communities.filter((community) => community.tags.organization === 'satoshi-spritz');
Expand Down

0 comments on commit d00c88e

Please sign in to comment.