Mercurial > public > simoleon
diff Simoleon/Conversion.swift @ 120:cd801949925b
Remove 1000 from default currency conversion
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 15 Aug 2021 11:10:39 +0100 |
parents | 1b5f38ecb870 |
children | 1fd9e27df5be |
line wrap: on
line diff
--- a/Simoleon/Conversion.swift Sun Aug 15 09:58:17 2021 +0100 +++ b/Simoleon/Conversion.swift Sun Aug 15 11:10:39 2021 +0100 @@ -12,7 +12,7 @@ var showNavigationView: Bool? @State var currencyPair: String - @State private var amountToConvert = "1000" + @State private var amountToConvert = "" @State private var price: Double = 1.00 @State private var showingConversion = false @State private var showingCurrencySelector = false