Mercurial > public > simoleon
diff Simoleon/Conversion.swift @ 75:b6f8661300f2
Added isLocked to CurrencyPairs
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Fri, 30 Jul 2021 15:52:27 +0100 |
parents | aa451ca55e48 |
children | 529feb1fc8d5 1b5f38ecb870 |
line wrap: on
line diff
--- a/Simoleon/Conversion.swift Thu Jul 29 17:01:15 2021 +0100 +++ b/Simoleon/Conversion.swift Fri Jul 30 15:52:27 2021 +0100 @@ -29,7 +29,7 @@ .foregroundColor(Color(.secondarySystemBackground)) .frame(height: 60) .overlay( - CurrencyRow(currencyPair: currencyPair) + CurrencyRow(currencyPairName: currencyPair) .padding(.horizontal) ) }