Follow-up

This commit is contained in:
Alexander Zinchuk 2021-12-10 18:32:32 +01:00
parent 3375954d5f
commit bf9f2daac0

View File

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