|
|
|
|
@ -43,12 +43,13 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
|
|
|
|
|
|
const { |
|
|
|
|
access_to, |
|
|
|
|
is_gpay, |
|
|
|
|
lexic, |
|
|
|
|
option_sys_name, |
|
|
|
|
} = subscribe |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<Modal isOpen={isModalOpen} withCloseButton={false}> |
|
|
|
|
<Modal isOpen={isModalOpen} withCloseButton={is_gpay}> |
|
|
|
|
<Wrapper> |
|
|
|
|
{isSubCanceled || error ? ( |
|
|
|
|
<ScNotificationPopup> |
|
|
|
|
@ -65,6 +66,12 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
|
</HeaderTitle> |
|
|
|
|
</Header> |
|
|
|
|
<Body> |
|
|
|
|
{is_gpay ? ( |
|
|
|
|
<Text> |
|
|
|
|
<T9n t='is_gpay' /> |
|
|
|
|
</Text> |
|
|
|
|
) : ( |
|
|
|
|
<> |
|
|
|
|
<Text> |
|
|
|
|
<T9n t='if_you_cancel' /> |
|
|
|
|
</Text> |
|
|
|
|
@ -91,6 +98,8 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
|
<T9n t='save_sub' /> |
|
|
|
|
</ScSaveSubBtn> |
|
|
|
|
</Footer> |
|
|
|
|
</> |
|
|
|
|
)} |
|
|
|
|
</Body> |
|
|
|
|
</> |
|
|
|
|
)} |
|
|
|
|
|