Désactivation de flow sur un fichier

Pas prioritaire, provoque une erreur dans les tests unitaires qui
empêche de merger un bug critique
pull/540/head
Mael 2019-05-17 12:11:23 +02:00
parent 6c288a92ed
commit 606e241b2b
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
/* @flow */
import { resetSimulation } from 'Actions/actions'
import Overlay from 'Components/Overlay'
import RuleLink from 'Components/RuleLink'
@ -96,7 +94,7 @@ export default compose(
withColours,
connect(
state => ({ answers: answerWithValueSelector(state) }),
(dispatch: Function) => ({
dispatch => ({
resetSimulation: () => {
dispatch(resetSimulation())
},