From cf19bdb5c3d7ee47051f8ff198b1a7b2d08660b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 21 Dec 2022 22:12:09 +0100 Subject: [PATCH] fix: .identified on UpObject --- webui/src/components/display/UpObject.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/components/display/UpObject.svelte b/webui/src/components/display/UpObject.svelte index ce2ea65..22a710a 100644 --- a/webui/src/components/display/UpObject.svelte +++ b/webui/src/components/display/UpObject.svelte @@ -84,7 +84,7 @@ class:left-active={address == $addresses[$index - 1]} class:right-active={address == $addresses[$index + 1]} > -
+