diff --git a/src/components/DTCTimeline/DTCTimeline/__snapshots__/index.test.jsx.snap b/src/components/DTCTimeline/DTCTimeline/__snapshots__/index.test.jsx.snap index 0fee44a..92d29b9 100644 --- a/src/components/DTCTimeline/DTCTimeline/__snapshots__/index.test.jsx.snap +++ b/src/components/DTCTimeline/DTCTimeline/__snapshots__/index.test.jsx.snap @@ -607,6 +607,12 @@ exports[`Render Render 1`] = ` + + DTC Snapshot + { id: "created_at", label: "Cloud Time", }, + { + id: "snapshot", + label: "DTC Snapshot", + no_sort: true, + }, ]; const handleSort = (_event, property) => { @@ -304,6 +309,7 @@ const MainForm = ({ vin }) => { {(dtc.voltage || dtc.voltage === 0) && {dtc.voltage + " V"}} {formatDate(dtc.epoch_usec)} {formatDate(dtc.created_at)} + {dtc.snapshot && {dtc.snapshot}} ))}