white sapce

pull/1665/head
Warrick Corfe-Tan 4 years ago
parent 234ec42162
commit 85e83a221d

@ -46,15 +46,6 @@ const SessionConfirmInner = (props: Props) => {
const messageSubText = messageSub ? 'session-confirm-main-message' : 'subtle';
// <SessionModal
// title={title}
// onClose={onClickClose}
// showExitIcon={false}
// showHeader={showHeader}
// theme={theme}
// >
return (
<SessionWrapperModal
@ -90,7 +81,7 @@ const SessionConfirmInner = (props: Props) => {
<SessionButton text={cancelText} buttonColor={closeTheme} onClick={onClickClose} />
)}
</div>
{/* </SessionModal> */}
</SessionWrapperModal>
);
};

Loading…
Cancel
Save