From 2e051f6d30bc78389293f38c89f57621d666575d Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 11 May 2026 16:33:29 +0000 Subject: [PATCH] Apply suggestions from code review of branch gallery-ui-transition Co-authored-by: Julian Stirling --- webapp/src/components/tabContentComponents/galleryContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/tabContentComponents/galleryContent.vue b/webapp/src/components/tabContentComponents/galleryContent.vue index d7ac1012..0b3313cf 100644 --- a/webapp/src/components/tabContentComponents/galleryContent.vue +++ b/webapp/src/components/tabContentComponents/galleryContent.vue @@ -176,7 +176,7 @@ export default { async refreshGallery() { try { let all_items = await this.readThingProperty("gallery", "list_data"); - // if all_items is not or the number of items in all_items is zero then + // if all_items is "falsey" or the number of items in all_items is zero then // all_items is equal to empty list. // stop refresh gallery as all_items is empty list. if (!all_items || all_items?.length === 0) {