From d46272cf26ddeff7ff73b8be424d5f7fc0defd85 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 7 Oct 2019 16:20:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20MAJ=20des=20taux=20AT/MP=202019?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/conversation/select/SelectTauxRisque.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/components/conversation/select/SelectTauxRisque.js b/source/components/conversation/select/SelectTauxRisque.js index 076cc5e3c..9943080cb 100644 --- a/source/components/conversation/select/SelectTauxRisque.js +++ b/source/components/conversation/select/SelectTauxRisque.js @@ -40,7 +40,7 @@ export default FormDecorator('select')(function Select(props) { const [options, setOptions] = useState(null) useEffect(() => { fetch( - 'https://raw.githubusercontent.com/sgmap/taux-collectifs-cotisation-atmp/master/taux-2018.json' + 'hthttps://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2019.json' ) .then(response => { if (!response.ok) { @@ -59,7 +59,11 @@ export default FormDecorator('select')(function Select(props) { return (
- +
) })