Remove unused acl stuff from navi

This commit is contained in:
kitajchuk
2022-11-22 08:53:30 -08:00
parent bb4a4af2d5
commit e0b5abc60a
2 changed files with 0 additions and 21 deletions

20
package-lock.json generated
View File

@@ -13,7 +13,6 @@
"dayjs": "^1.11.5",
"jambonz-ui": "^0.0.19",
"react": "^18.0.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.0.0",
"react-feather": "^2.0.10",
"react-router-dom": "^6.3.0"
@@ -5336,17 +5335,6 @@
"node": ">=0.10.0"
}
},
"node_modules/react-blockies": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/react-blockies/-/react-blockies-1.4.1.tgz",
"integrity": "sha512-4N015X5oPNnD3xQPsiqolOFzPZSSWyc5mJhJUZShUCHtiGUxVN+1qsWTcglkHMNySux9hUofaispqcw9QkWP5Q==",
"dependencies": {
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=15.0.0"
}
},
"node_modules/react-dom": {
"version": "18.2.0",
"license": "MIT",
@@ -10075,14 +10063,6 @@
"loose-envify": "^1.1.0"
}
},
"react-blockies": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/react-blockies/-/react-blockies-1.4.1.tgz",
"integrity": "sha512-4N015X5oPNnD3xQPsiqolOFzPZSSWyc5mJhJUZShUCHtiGUxVN+1qsWTcglkHMNySux9hUofaispqcw9QkWP5Q==",
"requires": {
"prop-types": "^15.5.10"
}
},
"react-dom": {
"version": "18.2.0",
"requires": {

View File

@@ -57,7 +57,6 @@ export const Navi = ({
handleLogout,
}: NaviProps) => {
const dispatch = useDispatch();
const user = useSelectState("user");
const accessControl = useSelectState("accessControl");
const serviceProviders = useSelectState("serviceProviders");
const currentServiceProvider = useSelectState("currentServiceProvider");