Skip to content

Commit

Permalink
fix: comments, extra newlines removals
Browse files Browse the repository at this point in the history
  • Loading branch information
rowangamal committed Aug 18, 2024
1 parent d12fe7e commit fbced18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</template>
</div>
<BaseButton :disabled="approveAllCount <= 0" color="success" text="Approve All" class="approve text-capitalize"
@click="approveAllVouchers" />
@click="approveAllVouchers" />
</div>
</v-col>
<v-col cols="12" md="4">
Expand Down

0 comments on commit fbced18

Please sign in to comment.