门户端应用分组优化

pull/58/head^2
awenes 2023-09-25 22:46:20 +08:00
parent b5e9481868
commit 5af4b8f9b4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const CardList = () => {
label: (
<span>
{intl.formatMessage({ id: 'pages.application.group_all' })}
{renderBadge(0, currentGroup === 'all')}
{renderBadge(0, currentGroup === all)}
</span>
),
},