aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-27 18:21:31 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-27 17:21:31 +0100
commit0bf13689d53bd493fb4d0a4213c1801013b5aa8a (patch)
tree2b5ae44e4f1aa73b49c011954ff1cb47e3959bad /src/helpers
parentchore: recommend specific vscode extensions to setup development [skip ci] (#... (diff)
downloadferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.gz
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.zst
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.zip
chore: transform containers/settings from js to tsx (#384)
Diffstat (limited to 'src/helpers')
-rw-r--r--src/helpers/i18n-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/i18n-helpers.ts b/src/helpers/i18n-helpers.ts
index 9d48a0cf7..a5d909a4a 100644
--- a/src/helpers/i18n-helpers.ts
+++ b/src/helpers/i18n-helpers.ts
@@ -24,7 +24,7 @@ export function getSelectOptions({
24 resetToDefaultText = '', 24 resetToDefaultText = '',
25 automaticDetectionText = '', 25 automaticDetectionText = '',
26 sort = true, 26 sort = true,
27 addDefault=false, 27 addDefault = false,
28}) { 28}) {
29 const options: object[] = []; 29 const options: object[] = [];
30 30