lint
This commit is contained in:
parent
4ff08f942d
commit
3f70105204
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default class DateSeparator extends React.Component<IProps, IState> {
|
||||||
} else {
|
} else {
|
||||||
return formatFullDateNoTime(date);
|
return formatFullDateNoTime(date);
|
||||||
}
|
}
|
||||||
} catch (_) {
|
} catch {
|
||||||
return _t("common|message_timestamp_invalid");
|
return _t("common|message_timestamp_invalid");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue