Skip to content

Commit

Permalink
fix(web): make format groups const
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 9, 2023
1 parent 072e1a7 commit 1f7608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
let activePage = tabs[0].key;
$: formatGroups = [
const formatGroups = [
{
text: 'Audio',
options: toSelectOptions(AudioFormat)
Expand Down

0 comments on commit 1f7608f

Please sign in to comment.