fix(directory): fixed the condiction of offical_update
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user