From b15b42b04d8f2317f21701f9049e4dd61ab503e0 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Mon, 22 Jun 2026 22:01:48 +0100 Subject: [PATCH] feat: add refresh message to no miis found message --- frontend/src/components/mii/list/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/mii/list/index.tsx b/frontend/src/components/mii/list/index.tsx index 2b146b2..ebe8a8f 100644 --- a/frontend/src/components/mii/list/index.tsx +++ b/frontend/src/components/mii/list/index.tsx @@ -158,7 +158,10 @@ export default function MiiList({ parentPage, userId, bypassCache }: Props) { ) : ( -

No Miis found, has the server died?

+ <> +

No Miis found, has the server died?

+

Please try refreshing first!

+ )} );