Skip to content

Commit

Permalink
revert slice
Browse files Browse the repository at this point in the history
  • Loading branch information
steffalon committed Feb 11, 2024
1 parent 8d11b42 commit 3b9244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/ProfileOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const createNewProfile = () => {
<section>
<section class="profiles" v-if="profiles">
<Profile @selected-profile="(selectedProfile) => $emit('selected-profile', selectedProfile)"
v-for="(profile, i) in profiles.slice(1)"
v-for="(profile, i) in profiles"
:profile="profile">
<div class="profile-right">
<span class="button-combination">
Expand Down

0 comments on commit 3b9244d

Please sign in to comment.