fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2025-05-24 14:15:00 +03:30
parent f366eeedd4
commit d18ff7105e

View File

@@ -8,7 +8,7 @@ const Page = () => {
return (
<WithPermission permission_name={["show-receipt", "show-receipt-province"]}>
<OperatorPage />
<ActivityCodeLog activity_code={1122} /> change permission
<ActivityCodeLog activity_code={1122} />
</WithPermission>
);
};