Skip to content

Commit

Permalink
Remove 'hidden'-attribute from email button (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellpanda authored Apr 29, 2024
1 parent 288b779 commit e72ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PeerViewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function ConfigQrUrl() {
<div class="flex-fill text-start">
<button @click.prevent="download" type="button" class="btn btn-primary me-1">{{
$t('modals.peer-view.button-download') }}</button>
<button @click.prevent="email" hidden type="button" class="btn btn-primary me-1">{{
<button @click.prevent="email" type="button" class="btn btn-primary me-1">{{
$t('modals.peer-view.button-email') }}</button>
</div>
<button @click.prevent="close" type="button" class="btn btn-secondary">{{ $t('general.close') }}</button>
Expand Down

0 comments on commit e72ba87

Please sign in to comment.