Premium Modal: Fix close button (#6621)
This commit is contained in:
parent
496bc6e295
commit
d2f11c1b52
@ -428,7 +428,7 @@ const PremiumMainModal: FC<OwnProps & StateProps> = ({
|
||||
onClose={closePremiumModal}
|
||||
isOpen={isOpen}
|
||||
dialogRef={dialogRef}
|
||||
hasAbsoluteCloseButton
|
||||
hasAbsoluteCloseButton={!currentSection}
|
||||
>
|
||||
<Transition name="slide" activeKey={currentSection ? 1 : 0} className={styles.transition}>
|
||||
{!currentSection ? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user