Feature/add user activiry crud

This commit is contained in:
AmirHossein Mahmoodi
2025-03-09 11:41:52 +00:00
parent eb86b0835b
commit 87f1a520ea
29 changed files with 630 additions and 46 deletions

View File

@@ -14,6 +14,6 @@ const SidebarBadge = ({ badge, chipProps = {} }) => {
if (!data) return null;
if (!value) return null;
return <Chip label={value.toLocaleString("fa-IR")} size="small" {...chipProps} />;
return <Chip label={value.toLocaleString()} size="small" {...chipProps} />;
};
export default SidebarBadge;