From 6241eed8f4b6cb4a647e27373f156636a3ff51da Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 21 Apr 2024 14:15:22 +0200 Subject: [PATCH] client/ImageViewer: fix types and guard against undefined --- client/components/ImageViewer.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/ImageViewer.vue b/client/components/ImageViewer.vue index 04ca49d3..4a143372 100644 --- a/client/components/ImageViewer.vue +++ b/client/components/ImageViewer.vue @@ -41,9 +41,9 @@