Updated on 2026-08-14
This commit is contained in:
parent
54d1ea4973
commit
aac5e5a4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ import kotlinx.coroutines.Job
|
|||
import kotlinx.coroutines.launch
|
||||
|
||||
@Composable
|
||||
internal fun MarketChart(modifier: Modifier = Modifier, marketChart: MarketChartUM) {
|
||||
internal fun MarketChart(marketChart: MarketChartUM, modifier: Modifier = Modifier) {
|
||||
var cardBoundsInWindow by remember { mutableStateOf(Rect.Zero) }
|
||||
|
||||
TangemSurface(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue