We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adacb8 commit bcbc550Copy full SHA for bcbc550
src/main/kotlin/org/datepollsystems/waiterrobot/mediator/ui/configurePrinters/ConfigurePrintersScreen.kt
@@ -164,9 +164,9 @@ fun ConfigurePrintersScreen(vm: ConfigurePrintersViewModel) {
164
}
165
166
167
- } else if(state.selectedOrganisation == null) {
+ } else if (state.selectedOrganisation == null) {
168
CenteredText("Please select an Organization.")
169
- } else if(state.selectedEvent == null) {
+ } else if (state.selectedEvent == null) {
170
CenteredText("Please select an Event.")
171
172
0 commit comments