Remove magnifying glass icon in transaction tab

The implementation for this is far from ready and in the meantime it
only serves to confuse. I'll add it back when I'm ready to implement the
feature
This commit is contained in:
William Brawner 2021-10-18 06:11:30 -06:00
parent de427a64e4
commit 0b43458e8e

View file

@ -52,9 +52,6 @@ struct TabbedBudgetView: View {
}.navigationBarItems(
trailing: HStack {
if tabSelection == 1 {
NavigationLink(destination: EmptyView()) {
Image(systemName: "magnifyingglass")
}
Button(action: {
self.isAddingTransaction = true
}) {