Skip to content

Commit

Permalink
[frontend] fix response pie
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Nov 22, 2024
1 parent 4ed3e13 commit 02cc2b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const ResponsePie: FunctionComponent<Props> = ({
)}
</Grid>
);
}, [immutable, theme, classes, displayHumanValidationBtn, humanValidationLink, pending]);
}, [immutable, theme, displayHumanValidationBtn, humanValidationLink, pending]);

return (
<Box sx={{ flexGrow: 1 }}>
Expand Down
14 changes: 13 additions & 1 deletion openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8922,7 +8922,7 @@ __metadata:
qs: "npm:6.13.0"
ramda: "npm:0.30.1"
react: "npm:18.3.1"
react-apexcharts: "npm:1.5.0"
react-apexcharts: "patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch"
react-color: "npm:2.19.3"
react-csv: "npm:2.2.2"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -9504,6 +9504,18 @@ __metadata:
languageName: node
linkType: hard

"react-apexcharts@patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch":
version: 1.5.0
resolution: "react-apexcharts@patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch::version=1.5.0&hash=85e843"
dependencies:
prop-types: "npm:^15.8.1"
peerDependencies:
apexcharts: ^3.41.0
react: ">=0.13"
checksum: 10c0/854d440acadd577735cdd11aafbf50eb1d2c77e14eff5157b191d89bdcf022fd041ae32189d43bd345ebb735e21fce81e1a04e6502430449d1b7cc488cc4c631
languageName: node
linkType: hard

"react-color@npm:2.19.3":
version: 2.19.3
resolution: "react-color@npm:2.19.3"
Expand Down

0 comments on commit 02cc2b5

Please sign in to comment.