Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored and github-actions[bot] committed Aug 6, 2023
1 parent fef0885 commit 367bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PanelSwitch.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function boot(): void

FilamentView::registerRenderHook(
name: $static->getRenderHook(),
hook: function () use($static){
hook: function () use ($static) {
if (! $static->isVisible()) {
return '';
}
Expand Down

0 comments on commit 367bcfa

Please sign in to comment.