Web: Added allowForMe for Route My

This commit is contained in:
Alexey Safronov 2021-05-13 11:26:11 +03:00
parent 710e3db4c5
commit 28cbbc1671

View File

@ -246,6 +246,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
/>
<PrivateRoute
exact
allowForMe
path={PROFILE_MY_URL}
component={MyProfileRoute}
/>