fixed bug
This commit is contained in:
@@ -8,7 +8,7 @@ const Page = () => {
|
|||||||
return (
|
return (
|
||||||
<WithPermission permission_name={["show-receipt", "show-receipt-province"]}>
|
<WithPermission permission_name={["show-receipt", "show-receipt-province"]}>
|
||||||
<OperatorPage />
|
<OperatorPage />
|
||||||
<ActivityCodeLog activity_code={1122} /> change permission
|
<ActivityCodeLog activity_code={1122} />
|
||||||
</WithPermission>
|
</WithPermission>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user