Skip to content

Commit 71ec6cb

Browse files
authored
Merge pull request #35 from t3rminalV/css-fix
Fix to seatplan CSS
2 parents a01ad6e + 1036e4a commit 71ec6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/seatingplans/_plan.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$canPick = false;
3232
$name = 'Not Available';
3333
if ($class === 'available') {
34-
$class = 'disabled';
34+
$class = '';
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)