Skip to content

Commit

Permalink
Rerun formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed May 9, 2024
1 parent e0684cd commit 66615ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/SideBar/SideBarFooter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
french: m.french(),
english: m.english(),
arabic: m.arabic(),
portuguese: m.portuguese(),
portuguese: m.portuguese()
};
const modalStore = getModalStore();
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/utils/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const LOCALE_MAP = {
pt: {
name: 'portuguese',
flag: '🇧🇷'
},
}
};

export function toCamelCase(str: string) {
Expand Down

0 comments on commit 66615ad

Please sign in to comment.