Skip to content

Commit 8d11b42

Browse files
committed
ignore first unconfigurable profile
1 parent 05028b2 commit 8d11b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/profile/ProfileOverview.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const createNewProfile = () => {
7878
<section>
7979
<section class="profiles" v-if="profiles">
8080
<Profile @selected-profile="(selectedProfile) => $emit('selected-profile', selectedProfile)"
81-
v-for="(profile, i) in profiles"
81+
v-for="(profile, i) in profiles.slice(1)"
8282
:profile="profile">
8383
<div class="profile-right">
8484
<span class="button-combination">

0 commit comments

Comments
 (0)