fix: change euro price to user's currency + merge state correctly
This commit is contained in:
@@ -15,7 +15,7 @@ interface TPrice {
|
||||
}
|
||||
|
||||
export interface Price {
|
||||
euro: TPrice | undefined
|
||||
requested: TPrice | undefined
|
||||
local: TPrice
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user