pull/28427/head
David Langley 2024-11-07 10:21:10 +00:00
parent 4ff08f942d
commit 3f70105204
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}