Enlève le delay d'apparition des résultats
parent
ed8d9f1a28
commit
8a6f9aaea6
|
@ -25,7 +25,6 @@ const QuickLinks = ({ startConversation, show, quickLinks }: Props) => {
|
|||
height: show ? 'auto' : 0,
|
||||
opacity: show ? 1 : 0
|
||||
}}
|
||||
config={{ delay: show ? 0 : 0 }}
|
||||
native>
|
||||
{styles => (
|
||||
<animated.div
|
||||
|
|
|
@ -16,7 +16,7 @@ export default compose(
|
|||
class SalaryExplanation extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Animate.fromTop delay={this.props.conversationStarted ? 0 : 0}>
|
||||
<Animate.fromTop>
|
||||
{!this.props.conversationStarted ? (
|
||||
<>
|
||||
{this.props.protectionText}
|
||||
|
|
|
@ -148,7 +148,7 @@ class Search extends React.Component<Props, State> {
|
|||
onClick={() => {
|
||||
this.props.onCompanyDetailsConfirmation(this.state.input)
|
||||
}}
|
||||
className="ui__ button">
|
||||
className="ui__ plain button">
|
||||
<T k="trouver.ok">Confirmer et simuler vos cotisations</T>
|
||||
</button>}
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue