Désactivation de flow sur un fichier
Pas prioritaire, provoque une erreur dans les tests unitaires qui empêche de merger un bug critiquepull/540/head
parent
6c288a92ed
commit
606e241b2b
|
@ -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())
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue