Show accurate admin photos count
This commit is contained in:
parent
abfbaa8e0d
commit
d03de81cd5
@ -61,7 +61,7 @@ export default async function AdminPage({
|
|||||||
label={`Photos Files (${blobPhotoUrls.length})`}
|
label={`Photos Files (${blobPhotoUrls.length})`}
|
||||||
/>}
|
/>}
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<AdminGrid title={`Photos (${photos.length})`}>
|
<AdminGrid title={`Photos (${count})`}>
|
||||||
{photos.map(photo =>
|
{photos.map(photo =>
|
||||||
<Fragment key={photo.id}>
|
<Fragment key={photo.id}>
|
||||||
<PhotoTiny
|
<PhotoTiny
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user