From 5d5c6be04c5604e0f43925f5059bbe536c98d077 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Thu, 1 May 2025 20:21:26 +0100 Subject: [PATCH] style: change grid columns in mii-list component --- src/components/mii-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mii-list/index.tsx b/src/components/mii-list/index.tsx index c2f5574..54798c3 100644 --- a/src/components/mii-list/index.tsx +++ b/src/components/mii-list/index.tsx @@ -75,7 +75,7 @@ export default function MiiList({ isLoggedIn, userId, sessionUserId }: Props) { {data ? ( data.miis.length > 0 ? ( -
+
{data.miis.map((mii) => (