skyouc
4 天以前 7b1922131a91d253597ca764dfe5bb0648c57794
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>
        </>
    );
};