Cleanup from comments

This commit is contained in:
David Langley
2021-08-12 16:57:19 +01:00
parent 77144980e3
commit 82b0361647
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)
}
}