This commit is contained in:
Jaiwanth 2021-07-19 13:23:55 +05:30
parent f07402d234
commit 6d0fd0322e
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ interface IProps {
layout?: Layout;
// Whether to always show a timestamp
alwaysShowTimestamps?: boolean;
forExport?: boolean,
forExport?: boolean;
}
interface IState {