fix the break err

This commit is contained in:
soukainna 2023-03-06 10:49:24 +01:00
parent 583027422c
commit 0f4d0e1e5b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
{{range .Bookings}}
{{if ne .Status -1}}
{{ $allAvailable = false }}
{{ break }}
{{break}}
{{end}}
{{end}}
{{if $allAvailable}}