You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Update src/utils/exportUtils/exportUtils.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user