diff --git a/src/utils/exportUtils/exportUtils.ts b/src/utils/exportUtils/exportUtils.ts index 07da0ee7af..7587ca4524 100644 --- a/src/utils/exportUtils/exportUtils.ts +++ b/src/utils/exportUtils/exportUtils.ts @@ -24,7 +24,7 @@ export const textForFormat = (format: string): string => { } } -export const textForType = (type: string) => { +export const textForType = (type: string): string => { switch (type) { case exportTypes.BEGINNING: return _t("From the beginning");