Skip to content

Commit 263658a

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fix styling
1 parent fee0926 commit 263658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Screens/ListScreen.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function layout(): array
6363
->checked(false);
6464
}));
6565

66-
if($this->resource->canShowTableActions()){
66+
if ($this->resource->canShowTableActions()) {
6767
$grid->push(TD::make(__('Actions'))
6868
->alignRight()
6969
->cantHide()

0 commit comments

Comments
 (0)