summaryrefslogtreecommitdiff
path: root/src/components/ListItem.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ListItem.js')
-rw-r--r--src/components/ListItem.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/ListItem.js b/src/components/ListItem.js
index 292d093..65c9019 100644
--- a/src/components/ListItem.js
+++ b/src/components/ListItem.js
@@ -22,9 +22,7 @@ class ListItem extends React.Component {
}}
onClick={() => (window.location = `/${this.props._id}`)}
>
- <td>
- {dateFormat(this.props.timestamp_in_utc, "isoUtcDateTime")}
- </td>
+ <td>{dateFormat(this.props.timestamp, "isoUtcDateTime")}</td>
<td>
{this.props.ip}:{this.props.port}
</td>