fix nav-tag-link , fix format

This commit is contained in:
tangly1024
2023-01-07 17:03:47 +08:00
parent 24ab8a3971
commit b3bb7f6541
18 changed files with 30 additions and 30 deletions

View File

@@ -34,12 +34,12 @@ const MenuGroupCard = (props) => {
</div>
</Link>
);
)
} else {
return null
}
})}
</nav>
);
)
}
export default MenuGroupCard