summaryrefslogtreecommitdiff
path: root/src/components/ListItem.js
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-04-26 09:30:16 +0200
committerErnst Widerberg <ernst@sunet.se>2022-04-26 09:30:16 +0200
commitdc37413149a3a2e92c1686e56464efd9497e8dd6 (patch)
treee927feae62c830d7cce0389d72820ec4f32373d2 /src/components/ListItem.js
parent8f68fd5c6afa73fa86b8257c675614825ff17c5d (diff)
Update for timestamp change
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>