Skip to content

Commit

Permalink
Fix styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored and github-actions[bot] committed Oct 2, 2024
1 parent fc551de commit c313abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Responsive.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function handle(mixed ...$arguments): Factory|View|string
$image = $image instanceof Value ? $image->value() : $image;
$arguments = $arguments[1] ?? [];

if (! $image || !($image instanceof Asset)) {
if (! $image || ! ($image instanceof Asset)) {
return '';
}

Expand Down

0 comments on commit c313abb

Please sign in to comment.