From d2b1cf4d966d412c0d6ce1fea8486b604a950293 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Sat, 14 Oct 2023 00:21:47 -0400 Subject: [PATCH] fix(directory): fixed the condiction of offical_update --- directory/src/routes/path/Home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory/src/routes/path/Home.jsx b/directory/src/routes/path/Home.jsx index c82794b..508406d 100644 --- a/directory/src/routes/path/Home.jsx +++ b/directory/src/routes/path/Home.jsx @@ -167,7 +167,7 @@ export default function Home() { return (
{ - officalUpdate.length === operators.length && ( + officalUpdate.length > operators.length && (