Skip to content

Commit

Permalink
docs(Toc): update logic that determines if the Spot is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 10, 2024
1 parent 8ac10e4 commit 437fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/app/Toc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</v-col>
<v-col
v-if="!user.disableAds && spot.spot"
v-if="(!user.disableAds || (user.showHouseAds && spot.spot.sponsor === 'Vuetify')) && spot.spot"
cols="12"
>
<a
Expand Down

0 comments on commit 437fbce

Please sign in to comment.