Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed May 6, 2024
1 parent fbb8f80 commit a735a14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Twill/ArtworkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ protected function getIndexTableColumns(): TableColumns
$table->splice(1, 0, [
Text::make()
->field('Image')

->customRender(fn ($artwork) => view(
'admin.artwork-image',
[
Expand Down

0 comments on commit a735a14

Please sign in to comment.