🔨 MAJ des taux AT/MP 2020

pull/819/head
Maxime Quandalle 2020-01-02 10:40:12 +01:00
parent 057706a6df
commit 011db6b9f5
No known key found for this signature in database
GPG Key ID: 428641C03D29CA10
1 changed files with 1 additions and 1 deletions

View File

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