fix(directory): fixed the condiction of offical_update

This commit is contained in:
Haoyu Xu
2023-10-14 00:21:47 -04:00
parent a35c1abfe4
commit d2b1cf4d96

View File

@@ -167,7 +167,7 @@ export default function Home() {
return ( return (
<section> <section>
{ {
officalUpdate.length === operators.length && ( officalUpdate.length > operators.length && (
<section> <section>
<section className={classes['offical-update']}> <section className={classes['offical-update']}>
<section className={classes.info}> <section className={classes.info}>