Hide veto button for confirmed reimbursements

This commit is contained in:
2024-03-07 17:04:50 +01:00
parent 4bd6bc8269
commit 77f95a096a
2 changed files with 13 additions and 1 deletions
@@ -24,7 +24,7 @@
class="button small" target="_blank" rel="noopener noreferrer">
Inspect IPFS data
</a>
{{#if this.kredits.currentUserIsCore}}
{{#if this.showVetoButton}}
<button {{on "click" (fn this.veto @reimbursement.id)}}
disabled={{@reimbursement.vetoed}}
class="button small danger" type="button">veto</button>