Disable accelerate button on successful submission

This commit is contained in:
Mononaut 2024-04-10 11:11:53 +00:00
parent affeb0a169
commit 0660296b51
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -27,7 +27,7 @@
</ng-container>
<ng-container *ngIf="estimate else loadingEstimate">
<div [class]="{estimateDisabled: error}">
<div [class]="{estimateDisabled: error || showSuccess }">
<div *ngIf="user && !estimate.hasAccess">
<div class="alert alert-mempool">You are currently on the waitlist</div>