Update src/utils/exportUtils/exportUtils.ts

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
pull/21833/head
Jaiwanth 2021-06-29 10:14:00 +05:30 committed by GitHub
parent e6cb0666ef
commit efccf19e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");