From aae03c52e993fd9353f07eb7896a858f279b5fa4 Mon Sep 17 00:00:00 2001 From: Adam Kol <93466081+AdamKol-up9@users.noreply.github.com> Date: Sun, 16 Jan 2022 14:17:18 +0200 Subject: [PATCH] UI important identifier (#652) --- ui/src/components/EntryDetailed/EntrySections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/EntryDetailed/EntrySections.tsx b/ui/src/components/EntryDetailed/EntrySections.tsx index 6d871bb75..8122aaaf1 100644 --- a/ui/src/components/EntryDetailed/EntrySections.tsx +++ b/ui/src/components/EntryDetailed/EntrySections.tsx @@ -226,7 +226,7 @@ export const EntryTableSection: React.FC = ({title, color, ar arrayToIterate && arrayToIterate.length > 0 ? - + {arrayToIterateSorted.map(({name, value, selector}, index) =>