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.
2 parents a01ad6e + 1036e4a commit 71ec6cbCopy full SHA for 71ec6cb
resources/views/seatingplans/_plan.blade.php
@@ -31,7 +31,7 @@
31
$canPick = false;
32
$name = 'Not Available';
33
if ($class === 'available') {
34
- $class = 'disabled';
+ $class = '';
35
}
36
37
0 commit comments