Skip to content

Commit

Permalink
Merge pull request #249 from ymaheshwari1/#233
Browse files Browse the repository at this point in the history
Removed: redundant create new run buttons when no run is found(#233)
  • Loading branch information
ymaheshwari1 authored Aug 12, 2024
2 parents 7bfcf04 + c87c0eb commit f7e50de
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 f7e50de

Please sign in to comment.