Ajoute la fiche de paie pour les assimilé salariés
parent
5d7c502f3c
commit
f76f6ad256
|
@ -1,6 +1,7 @@
|
|||
#PeriodSwitch {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0.6rem 0;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#PeriodSwitch > * {
|
||||
|
|
|
@ -85,7 +85,7 @@ export default compose(
|
|||
return (
|
||||
<div id="targetSelection">
|
||||
{!noUserInput && <Controls controls={analysis.controls} />}
|
||||
<PeriodSwitch />
|
||||
<QuickLinks />
|
||||
<div style={{ height: '10px' }}>
|
||||
<Progress percent={progress} />
|
||||
</div>
|
||||
|
@ -101,7 +101,7 @@ export default compose(
|
|||
}}>
|
||||
{this.renderOutputList()}
|
||||
</section>
|
||||
<QuickLinks />
|
||||
<PeriodSwitch />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ import TargetSelection from 'Components/TargetSelection'
|
|||
import React from 'react'
|
||||
import emoji from 'react-easy-emoji'
|
||||
import { Helmet } from 'react-helmet'
|
||||
import SalaryExplanation from '../../../../components/SalaryExplanation'
|
||||
|
||||
const AssimiléSalarié = () => (
|
||||
<>
|
||||
|
@ -34,6 +35,7 @@ const AssimiléSalarié = () => (
|
|||
{emoji('☂️ ')} Le dirigeant a la même protection sociale qu'un
|
||||
salarié, mis à part le chômage.
|
||||
</p>
|
||||
<SalaryExplanation />
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue