📆 2021 : MAJ des taux AT/MP

pull/1328/head
Maxime Quandalle 2020-12-29 18:16:09 +01:00
parent 0ebd903100
commit 2b258e2415
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export default function Select(props) {
const [options, setOptions] = useState(null)
useEffect(() => {
fetch(
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2020.json'
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2021.json'
)
.then((response) => {
if (!response.ok) {