fixed bug
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user