import React, { Component } from 'react' import classNames from 'classnames' import {Link} from 'react-router' let fmt = new Intl.NumberFormat('fr-FR').format let humanFigure = decimalDigits => value => fmt(value.toFixed(decimalDigits)) export default class Results extends Component { render() { let {analysedSituation} = this.props // missingVariables = collectMissingVariables(analysedSituation, 'groupByResult') return (

Vos obligations

Cliquez pour comprendre chaque calcul  
) } }