Follow-up
This commit is contained in:
parent
3375954d5f
commit
bf9f2daac0
@ -431,7 +431,7 @@ const Profile: FC<OwnProps & StateProps & DispatchProps> = ({
|
|||||||
>
|
>
|
||||||
<Transition
|
<Transition
|
||||||
ref={transitionRef}
|
ref={transitionRef}
|
||||||
name={lang.isRtl ? 'slide-rtl' : 'slide'}
|
name={lang.isRtl ? 'slide-optimized-rtl' : 'slide-optimized'}
|
||||||
activeKey={activeKey}
|
activeKey={activeKey}
|
||||||
renderCount={tabs.length}
|
renderCount={tabs.length}
|
||||||
shouldRestoreHeight
|
shouldRestoreHeight
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user