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