fix: admin ui
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Failing after 11m59s
Frontend CI / build-and-check (push) Failing after 17m52s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 13m15s
🚀 Create and publish a Docker image / Build & publish backend image (push) Failing after 14m7s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Failing after 15m0s

This commit is contained in:
2026-05-22 01:40:15 +03:00
parent 8ac593d36f
commit 6aef5dd66f
2 changed files with 34 additions and 43 deletions
-1
View File
@@ -9,7 +9,6 @@ defineEmits<{ click: [] }>()
<button class="coin-chip" type="button" @click="$emit('click')">
<AppIcon class="coin-icon" icon="coin" :size="16" />
<span class="coin-amount">{{ amount }}</span>
<span class="coin-label">монет</span>
</button>
</template>