💚 React fix in ImpôtSociété

pull/1693/head
Alexandre Hajjar 2021-07-02 16:55:34 +02:00
parent c6f6a55832
commit 18cf0203df
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export default function ISSimulation() {
function ExerciceDate() {
const dispatch = useDispatch()
return (
<p
<div
css={`
display: flex;
justify-content: flex-end;
@ -90,7 +90,7 @@ function ExerciceDate() {
}
/>
</Trans>
</p>
</div>
)
}