Cleanup from comments

This commit is contained in:
David Langley
2021-08-12 16:57:19 +01:00
parent 814741edf3
commit 7d45fdc50f
9 changed files with 28 additions and 14 deletions
@@ -27,7 +27,7 @@ struct RoomNotificationSettingsView: View {
@ViewBuilder
private var leftButton: some View {
if presentedModally {
SwiftUI.Button(VectorL10n.cancel) {
Button(VectorL10n.cancel) {
viewModel.process(viewAction: .cancel)
}
}