This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/entrypoints/dashboard/client/src/components/Checkout/Wrappers/PermissionWrapper.jsx b/entrypoints/dashboard/client/src/components/Checkout/Wrappers/PermissionWrapper.jsx | |
| index 33a5a7496877..b65f92a7f5e7 100644 | |
| --- a/entrypoints/dashboard/client/src/components/Checkout/Wrappers/PermissionWrapper.jsx | |
| +++ b/entrypoints/dashboard/client/src/components/Checkout/Wrappers/PermissionWrapper.jsx | |
| @@ -27,7 +27,5 @@ export const PermissionWrapper = (props) => { | |
| canAccess = false; | |
| } | |
| - return canAccess | |
| - ? props.children |