Fix code formatting

This commit is contained in:
Sam Becker 2024-04-25 10:54:33 -05:00
parent 1e748e0d8a
commit 11e87e5295

View File

@ -50,7 +50,7 @@ export default function AdminPhotoMenuClient({
photo.id,
shouldRedirectFav,
).then(() => {
if (photo.cacheKey) { mutate( photo.cacheKey ); }
if (photo.cacheKey) { mutate(photo.cacheKey); }
}),
}, {
label: 'Delete',