Skip to content

Commit

Permalink
Further condense
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 15, 2023
1 parent 3ebad51 commit a7919ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions photon-client/src/components/dashboard/ConfigOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const tabGroups = computed<ConfigOption[][]>(() => {
const isAprilTag = useCameraSettingsStore().currentWebsocketPipelineType === WebsocketPipelineType.AprilTag;
const isAruco = useCameraSettingsStore().currentWebsocketPipelineType === WebsocketPipelineType.Aruco;
var ret = getTabGroups()
return getTabGroups()
.map((tabGroup) =>
tabGroup.filter(
(tabConfig) =>
Expand All @@ -117,7 +117,6 @@ const tabGroups = computed<ConfigOption[][]>(() => {
)
)
.filter((it) => it.length);
return ret;
});
onBeforeUpdate(() => {
Expand Down

0 comments on commit a7919ad

Please sign in to comment.