Skip to content

Commit

Permalink
Removed: redundant create new run buttons when no run is found(hotwax…
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Aug 12, 2024
1 parent 7bfcf04 commit c87c0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ion-toolbar>
<ion-title>{{ translate("Brokering Runs") }}</ion-title>

<ion-buttons slot="end">
<ion-buttons slot="end" v-if="brokeringGroups.length">
<ion-button color="primary" @click="addNewRun">
{{ translate("New Run") }}
<ion-icon :icon="addOutline" />
Expand Down

0 comments on commit c87c0eb

Please sign in to comment.