summaryrefslogtreecommitdiff
path: root/src/components/ScanView.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ScanView.js')
-rw-r--r--src/components/ScanView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ScanView.js b/src/components/ScanView.js
index 8ad3f38..01b35c7 100644
--- a/src/components/ScanView.js
+++ b/src/components/ScanView.js
@@ -104,7 +104,7 @@ function ScanView(props) {
>
<div>
Latest scan: &nbsp;&nbsp;&nbsp;
- {dateFormat(data.timestamp, "isoUtcDateTime")}
+ {dateFormat(timestamp, "isoUtcDateTime")}
</div>
<div
style={{