This commit is contained in:
Jaiwanth 2021-07-02 10:49:24 +05:30
parent 190ccb6f00
commit f2e67604e7
2 changed files with 17 additions and 17 deletions

View file

@ -35,7 +35,7 @@ function getDaysArray(): string[] {
interface IProps {
ts: number;
forExport?: boolean
forExport?: boolean;
}
@replaceableComponent("views.messages.DateSeparator")