Skip to content

Commit

Permalink
refactor($Muscle): change button text
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jan 20, 2020
1 parent 04516a4 commit fb25f3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/exrx-net/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,11 @@
<v-card>
<v-card-title>Muscle Link List</v-card-title>
<v-card-subtitle>
<span>Length: {{ muscleLinkList.length }}</span>
<span>Length: {{ muscleLinkList.length }} {{ updateMuscleDetailsProgress }}</span>
</v-card-subtitle>
<v-card-actions>
<v-btn v-debounced-click="handleClickUpdateMuscleDetails" :loading="loadingUpdateMuscleDetails"
:disabled="loadingUpdateMuscleDetails" color="primary" text>
<template v-slot:loader>
<span>{{ updateMuscleDetailsProgress }}</span>
</template>
Update Muscle Details
</v-btn>
<v-spacer/>
Expand Down

0 comments on commit fb25f3f

Please sign in to comment.