skyouc
1 天以前 beb003f8e8cd5ae31a0ac55d0624ed2b2ad862bb
rsf-admin/src/page/dashboard/NbCard.jsx
@@ -37,9 +37,10 @@
    const newList = list.concat(list);
    return (
        <>
        <CardWithIcon
            icon={CommentIcon}
            title={translate('pos.dashboard.pending_reviews')}
                title={translate('page.dashboard.pending_reviews')}
            subtitle={total}
            {...rest}
        >
@@ -101,6 +102,7 @@
                </Box>
            </Button>
        </CardWithIcon>
        </>
    );
};