Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 15, 2023
1 parent 4b4bbc5 commit 1863419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/components/dashboard/ConfigOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const tabGroups = computed<ConfigOption[][]>(() => {
!(!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(() => {
Expand Down

0 comments on commit 1863419

Please sign in to comment.