From 0f50e5c209718f9b5e8788ba843733d462744835 Mon Sep 17 00:00:00 2001 From: Amelia-Maria Breda Date: Mon, 10 Oct 2022 13:31:15 +0100 Subject: [PATCH] Updated tests Signed-off-by: Amelia-Maria Breda --- src/components/HistoryLayers.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HistoryLayers.jsx b/src/components/HistoryLayers.jsx index 3d60f304..eb93c5b0 100644 --- a/src/components/HistoryLayers.jsx +++ b/src/components/HistoryLayers.jsx @@ -232,9 +232,9 @@ function HistoryLayers(props) { {historyData[selectedIndex].HistoryDescription?.CreatedBy} {!historyData[selectedIndex].HistoryDescription?.EmptyLayer ? ( - #: {historyData[selectedIndex].Layer?.Digest} + #: {historyData[selectedIndex].Layer?.Digest} ) : ( - + )}