Enlève le delay d'apparition des résultats

pull/520/head
Johan Girod 2019-04-30 15:03:30 +02:00
parent ed8d9f1a28
commit 8a6f9aaea6
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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}

View File

@ -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>}
</>