Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Nov 9, 2023
1 parent c3fc4eb commit 2fdfefb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function toggleSharingModal() {
sharingModalActive.update((value) => !value);
}

// Either toggle the variable if state is not passed or set it to the value of state
export function toggleAnalytics(state) {
analyticsHidden.update(() => state);
}

0 comments on commit 2fdfefb

Please sign in to comment.