Skip to content

Commit

Permalink
fix: divider on profile view
Browse files Browse the repository at this point in the history
  • Loading branch information
ofr1tz committed May 26, 2024
1 parent 1f21626 commit d41f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProfileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default defineComponent({
</v-row>

<br />
<v-divider> /</v-divider>
<v-divider />
<br />

<h3>{{ $t('profileView.memberships') }}</h3>
Expand Down

0 comments on commit d41f6f4

Please sign in to comment.