File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/media/src/Tables/Columns Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments