Merge pull request #11656 from nixxoff/fix/error-path

fix(#11223): naming error for the files path
This commit is contained in:
Alexandre BODIN 2021-11-24 09:56:27 +01:00 committed by GitHub
commit 880b38b4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import { useIntl } from 'react-intl';
import { useHistory } from 'react-router-dom';
import RoleRow from './components/RoleRow';
import EmptyRole from './components/EmptyRole';
import UpgradePlanModal from '../../../../../components/UpgradePlanModal ';
import UpgradePlanModal from '../../../../../components/UpgradePlanModal';
import { useRolesList } from '../../../../../hooks';
const useSortedRoles = () => {