From 18634192997d51c24ebf310594a76e7b6e4d3334 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:01:20 -0400 Subject: [PATCH] add comment --- photon-client/src/components/dashboard/ConfigOptions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/dashboard/ConfigOptions.vue b/photon-client/src/components/dashboard/ConfigOptions.vue index fb808a24e9..6ed0156f9f 100644 --- a/photon-client/src/components/dashboard/ConfigOptions.vue +++ b/photon-client/src/components/dashboard/ConfigOptions.vue @@ -116,7 +116,7 @@ const tabGroups = computed(() => { !(!isAruco && tabConfig.tabName === "Aruco") //Filter out aruco unless we actually are doing Aruco ) ) - .filter((it) => it.length); + .filter((it) => it.length); // Remove empty tab groups }); onBeforeUpdate(() => {