Skip to content

Commit

Permalink
#2218 Hide toggle on badge page
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Dec 24, 2024
1 parent 7350a54 commit 7dd6c66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,9 @@ const onGroupsToggle = () => {
<div class="" data-cy="skillDetailsToggle">
<div class="flex flex-row align-content-center">
<span class="text-muted pr-1 align-content-center">Expand Groups:</span>
<span class="text-muted pr-1 align-content-center" v-if="!route.params.badgeId">Expand Groups:</span>
<InputSwitch v-model="expandGroups"
v-if="!route.params.badgeId"
@change="onGroupsToggle"
aria-label="Expand Groups"
data-cy="expandGroupsSwitch" />
Expand Down

0 comments on commit 7dd6c66

Please sign in to comment.