diff --git a/app/(dashboard)/(routes)/image/page.tsx b/app/(dashboard)/(routes)/image/page.tsx index a9c1b8a..68dafa1 100644 --- a/app/(dashboard)/(routes)/image/page.tsx +++ b/app/(dashboard)/(routes)/image/page.tsx @@ -83,7 +83,7 @@ const PhotoPage = () => { @@ -100,6 +100,11 @@ const PhotoPage = () => { + {isLoading && ( +
+ +
+ )} );