mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update PriceIntent.swift
This commit is contained in:
parent
63fbff3e67
commit
0cf17827ff
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct PriceIntent: AppIntent {
|
|||
let formattedPrice = formatPrice(resultValue, currencyCode: currencyCode)
|
||||
|
||||
let view = CompactPriceView(
|
||||
price: formattedPrice,
|
||||
price: resultValue,
|
||||
lastUpdated: lastUpdated,
|
||||
currencyCode: currencyCode,
|
||||
dataSource: dataSource
|
||||
|
|
Loading…
Add table
Reference in a new issue