Skip to content

Commit 09a7789

Browse files
AzGasimgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 25510ab commit 09a7789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/media/src/Tables/Columns/CustomImageColumn.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function getState(): mixed
6969
}
7070

7171
if ($record instanceof Media) {
72-
return $this->conversion
72+
return $this->conversion
7373
? $record->getUrl($this->conversion)
7474
: $record->getUrl();
7575
}
@@ -97,7 +97,7 @@ public function getImageUrl(?string $state = null): ?string
9797

9898
if ($record instanceof Media) {
9999
if (str_starts_with($record->mime_type, 'image/')) {
100-
return $this->conversion
100+
return $this->conversion
101101
? $record->getUrl($this->conversion)
102102
: $record->getUrl();
103103
}
@@ -122,7 +122,7 @@ public function getImageUrl(?string $state = null): ?string
122122
}
123123

124124
if (str_starts_with($media->mime_type, 'image/')) {
125-
return $this->conversion
125+
return $this->conversion
126126
? $media->getUrl($this->conversion)
127127
: $media->getUrl();
128128
}

0 commit comments

Comments
 (0)