From d7cbd96e0935e91fa8ed2f67ca16102c1feb9a79 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:33:23 +0200 Subject: [PATCH] Consolidate sections for current currency and selected currencies --- Sources/SatsPrice/ContentView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/SatsPrice/ContentView.swift b/Sources/SatsPrice/ContentView.swift index 0351d58..bb9909e 100644 --- a/Sources/SatsPrice/ContentView.swift +++ b/Sources/SatsPrice/ContentView.swift @@ -108,9 +108,7 @@ public struct ContentView: View { .keyboardType(.decimalPad) #endif } - } - Section { if satsViewModel.priceSource != .manual { ForEach(satsViewModel.selectedCurrencies.sorted { $0.identifier < $1.identifier }.filter { $0 != satsViewModel.currentCurrency }, id: \.identifier) { currency in HStack {