Delint
This commit is contained in:
@@ -22,7 +22,7 @@ export const textForFormat = (format: string): string => {
|
||||
case exportFormats.PLAIN_TEXT:
|
||||
return _t("Plain Text");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const textForType = (type: string): string => {
|
||||
switch (type) {
|
||||
@@ -35,7 +35,7 @@ export const textForType = (type: string): string => {
|
||||
// case exportTypes.START_DATE:
|
||||
// return _t("From a specific date");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export interface exportOptions {
|
||||
startDate?: number;
|
||||
|
||||
Reference in New Issue
Block a user