Skip to content

Commit

Permalink
fix(profile): v bind typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Jul 13, 2022
1 parent 20cbebf commit 29c4d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/views/settings/profile/accounts/Item/Item.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
:text="$t('pages.settings.profile.accounts.displayMusic')"
class="music-label"
/>
<InteractablesSwitch :v-model="account.displayMusic" />
<InteractablesSwitch v-model="account.displayMusic" />
</div>
<div class="display-row">
<TypographyText
:size="6"
:text="$t('pages.settings.profile.accounts.displayOnProfile')"
class="music-label"
/>
<InteractablesSwitch :v-model="account.displayOnProfile" />
<InteractablesSwitch v-model="account.displayOnProfile" />
</div>
</div>
</div>

0 comments on commit 29c4d23

Please sign in to comment.