+ client: add jsdocs with returning format of date format functions

This commit is contained in:
Artem Baskal
2020-01-17 12:57:30 +03:00
parent 108cf73a30
commit a3020275a2
2 changed files with 14 additions and 2 deletions

View File

@@ -116,12 +116,12 @@ class Logs extends Component {
checkWhiteList = reason => reason === FILTERED_STATUS.NOT_FILTERED_WHITE_LIST;
getTimeCell = ({ value }) => (
<div className="logs__row">
<div className="logs__row">
<span className="logs__text" title={formatDateTime(value)}>
{formatTodayDate(value) === formatTodayDate(Date.now())
? formatTime(value) : formatDateTime(value)}
</span>
</div>
</div>
);
getDomainCell = (row) => {