From c1d45a00d1081ac26fc1a9e4b89c7ffc7caf7d5c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 1 Feb 2026 06:01:18 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- src/components/common/VirtualGrid.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/common/VirtualGrid.vue b/src/components/common/VirtualGrid.vue index 00ed9785d..373610b88 100644 --- a/src/components/common/VirtualGrid.vue +++ b/src/components/common/VirtualGrid.vue @@ -57,8 +57,6 @@ const emit = defineEmits<{ 'approach-end': [] }>() - - const itemHeight = ref(defaultItemHeight) const itemWidth = ref(defaultItemWidth) const container = ref(null)