fix(miniapp): show original ledger currencies

This commit is contained in:
2026-03-10 15:58:33 +04:00
parent d55bf42c7b
commit 4c0508f618
9 changed files with 35 additions and 12 deletions

View File

@@ -81,6 +81,7 @@ export interface MiniAppDashboard {
kind: 'purchase' | 'utility'
title: string
amountMajor: string
currency: 'USD' | 'GEL'
actorDisplayName: string | null
occurredAt: string | null
}[]