Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-14 19:52:46 +05:00
parent 06e726d9ad
commit a6ec3453dd
5 changed files with 69 additions and 44 deletions

View file

@ -68,6 +68,7 @@ internal class YieldSupplyNotificationsModel @Inject constructor(
coinStatus = feeCryptoCurrencyStatus,
feeError = data.feeError,
onClick = ::openTokenDetails,
dustValue = null,
onReload = params.callback::onFeeReload,
)
}