Skip to content

Commit b3bdcc8

Browse files
committed
Merge PR #628: Fix duplicate chevron on Import/Export Settings row
2 parents 562f0db + 48f134a commit b3bdcc8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

LoopFollow/Remote/Settings/RemoteSettingsView.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,8 @@ struct RemoteSettingsView: View {
6161
Image(systemName: "square.and.arrow.down")
6262
.foregroundColor(.blue)
6363
Text("Import/Export Settings")
64-
Spacer()
65-
Image(systemName: "chevron.right")
66-
.foregroundColor(.secondary)
67-
.font(.caption)
6864
}
6965
}
70-
.buttonStyle(.plain)
7166
}
7267

7368
// MARK: - Meal Section (for TRC only)

0 commit comments

Comments
 (0)