fix the break err
This commit is contained in:
parent
583027422c
commit
0f4d0e1e5b
|
@ -72,7 +72,7 @@
|
|||
{{range .Bookings}}
|
||||
{{if ne .Status -1}}
|
||||
{{ $allAvailable = false }}
|
||||
{{ break }}
|
||||
{{break}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{if $allAvailable}}
|
||||
|
|
Loading…
Reference in New Issue