🎨 garde en mémoire si la simulation est commencée dans la comparaison des régimes
parent
d83895b6f6
commit
a1af0d0a64
|
@ -72,7 +72,9 @@ const SchemeComparaison = ({
|
|||
setSituationBranch
|
||||
}: Props) => {
|
||||
const [showMore, setShowMore] = useState(false)
|
||||
const [conversationStarted, setConversationStarted] = useState(false)
|
||||
const [conversationStarted, setConversationStarted] = useState(
|
||||
!!assimiléSalarié.revenuNetAprèsImpôts.montant
|
||||
)
|
||||
const startConversation = useCallback(() => setConversationStarted(true), [
|
||||
setConversationStarted
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue