refactor(web): ReplaceCheck status feedback

This commit is contained in:
Zack Spear
2023-09-28 13:07:08 -07:00
committed by Zack Spear
parent 6a6f0e9c53
commit 10ab864a43

View File

@@ -24,7 +24,7 @@ defineProps<{
@click="replaceCheckStore.check"
:disabled="status !== 'ready'"
:icon="status === 'checking' ? BrandLoadingWhite : KeyIcon"
:text="t('Check Eligibility')"
:text="status === 'checking' ? t('Checking…') : t('Check Eligibility')"
class="flex-grow" />
<UiBadge