diff --git a/src/admin/AdminPhotosTable.tsx b/src/admin/AdminPhotosTable.tsx index b96dbf7f..1c7e44d7 100644 --- a/src/admin/AdminPhotosTable.tsx +++ b/src/admin/AdminPhotosTable.tsx @@ -60,7 +60,7 @@ export default function AdminPhotosTable({ className={opacityForPhotoId(photo.id)} />
- {titleForPhoto(photo, false)} - {photo.hidden && - {' '} - - } + + {titleForPhoto(photo, false)} + + {photo.hidden && + + + } {photo.priorityOrder !== null && }
- {<> - - {photoNeedsToBeSynced(photo) && + + {photoNeedsToBeSynced(photo) && + } - } + /> + }
{/* Medium */} {formatDate({ ...formatDateProps, length: 'medium' })} {/* Large */} {formatDate(formatDateProps)}