diff --git a/client/src/components/Planner/PlaceInspector.jsx b/client/src/components/Planner/PlaceInspector.jsx index f5b312d..da8ba65 100644 --- a/client/src/components/Planner/PlaceInspector.jsx +++ b/client/src/components/Planner/PlaceInspector.jsx @@ -400,19 +400,11 @@ export default function PlaceInspector({ {filesExpanded && placeFiles.length > 0 && (
{placeFiles.map(f => ( -
+ {(f.mime_type || '').startsWith('image/') ? : } {f.original_name} {f.file_size && {formatFileSize(f.file_size)}} - - - -
+ ))}
)}