mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-19 05:37:43 +00:00
Remove unused acl stuff from navi
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user