mirror of https://github.com/vector-im/riot-web
lint
parent
4ff08f942d
commit
3f70105204
|
@ -117,7 +117,7 @@ export default class DateSeparator extends React.Component<IProps, IState> {
|
|||
} else {
|
||||
return formatFullDateNoTime(date);
|
||||
}
|
||||
} catch (_) {
|
||||
} catch {
|
||||
return _t("common|message_timestamp_invalid");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue