Skip to content

Commit

Permalink
Remove extra lines property from row
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Nov 28, 2024
1 parent 339d73c commit 3390190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LearnMoreModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ion-item lines="none">
<ion-label>{{ translate("Sources") }}</ion-label>
</ion-item>
<ion-row class="ion-padding" v-for="section in jobSection" :key="section.id" lines="none">
<ion-row class="ion-padding" v-for="section in jobSection" :key="section.id">
<ion-chip outline @click="redirectToDoc(section)">
<ion-label>{{ section.title }}</ion-label>
<ion-icon :icon="openOutline" />
Expand Down

0 comments on commit 3390190

Please sign in to comment.