Skip to content

Commit

Permalink
Revereted: unused layout property over the ion-segment (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 19, 2024
1 parent d8d4abe commit 9628330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HardCount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<ion-segment-button value="group">
<ion-label>{{ translate("Group") }}</ion-label>
</ion-segment-button>
<ion-segment-button value="individual" layout="icon-start">
<ion-segment-button value="individual">
<ion-label>{{ translate("Individual") }}</ion-label>
</ion-segment-button>
</ion-segment>
Expand Down

0 comments on commit 9628330

Please sign in to comment.