diff --git a/src/components/mii-list/index.tsx b/src/components/mii-list/index.tsx index 264e151..03df3f9 100644 --- a/src/components/mii-list/index.tsx +++ b/src/components/mii-list/index.tsx @@ -130,7 +130,7 @@ export default function MiiList({ isLoggedIn, userId, sessionUserId }: Props) {

Error: {error}

) : ( // Show skeleton when data is loading -
+
{Array.from({ length: 24 }).map((_, i) => ( ))}