Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 8, 2023
1 parent 5c7b00e commit 1cd900b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@
}
};
$: $areas && $areas.length && communities && communities.length && initialRenderComplete && chartSync($syncStatus);
$: $areas &&
$areas.length &&
communities &&
communities.length &&
initialRenderComplete &&
chartSync($syncStatus);
let section: string;
const sections = [
Expand Down

0 comments on commit 1cd900b

Please sign in to comment.