Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-06 11:22:18 +05:00
parent 51c7e4e10b
commit 173ee13120
21 changed files with 155 additions and 44 deletions

View file

@ -110,7 +110,7 @@ internal class YieldSupplyModel @Inject constructor(
YieldSupplyUM.Initial(
title = resourceReference(
id = R.string.yield_module_token_details_earn_notification_title,
formatArgs = wrappedList("5.1"),
formatArgs = wrappedList(tokenStatus.apy),
),
onClick = ::onStartEarningClick,
)