From 73882d5d6a7698e7f84cbbe27159821f0fb139e4 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Mon, 17 Jan 2022 08:58:56 +0900 Subject: [PATCH] Fix battlesuit list page --- src/pages/honkai3rd/battlesuits/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/honkai3rd/battlesuits/index.tsx b/src/pages/honkai3rd/battlesuits/index.tsx index fd34deef..b582d01c 100644 --- a/src/pages/honkai3rd/battlesuits/index.tsx +++ b/src/pages/honkai3rd/battlesuits/index.tsx @@ -230,6 +230,7 @@ function isBattlesuitHidden( case 'mobius': case 'raven': case 'carole': + case 'asuka': return battlesuit.valkyrie !== filter default: case 'all':