Skip to content

Commit

Permalink
Merge pull request #636 from UnUniFi/develop
Browse files Browse the repository at this point in the history
fix: delete total of redeem (temp)
  • Loading branch information
Senna46 authored Sep 1, 2023
2 parents 290c451 + 543de30 commit 9840999
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,11 @@ <h3 class="font-bold text-lg">What is the withdrawal reserve rate?</h3>
<span class="label-text">Chain that you deposit from</span>
<span class="label-text-alt"></span>
</label>
<button class="btn btn-outline btn-block" onclick="chain_select_modal.showModal()">
<button
type="button"
class="btn btn-outline btn-block"
onclick="chain_select_modal.showModal()"
>
UnUniFi
</button>

Expand All @@ -207,7 +211,7 @@ <h3 class="font-bold text-lg">Chain that you deposit from</h3>
</div>
</form>
<form method="dialog" class="modal-backdrop">
<button onclick="chain_select_modal.close()">close</button>
<button type="button" onclick="chain_select_modal.close()">close</button>
</form>
</dialog>
</div>
Expand Down Expand Up @@ -323,8 +327,7 @@ <h3 class="font-bold text-lg">Chain that you deposit from</h3>
</label>
<span class="label" *ngIf="estimatedRedeemAmount?.share_amount">
<span class="label-text-alt">
Total {{ estimatedRedeemAmount?.redeem_amount?.amount | coinAmount }} - Fee
{{ estimatedRedeemAmount?.fee?.amount | coinAmount }}
Fee {{ estimatedRedeemAmount?.fee?.amount | coinAmount }}
</span>
</span>
</div>
Expand Down

0 comments on commit 9840999

Please sign in to comment.