pl-fe: CryptoDonateModal: remove unneeded wrapper
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
dc7c759cf4
commit
a842368eef
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ const CryptoDonateModal: React.FC<BaseModalProps & ICryptoAddress> = ({ onClose,
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal onClose={onClose} width='xs'>
|
<Modal onClose={onClose} width='xs'>
|
||||||
<div className='crypto-donate-modal'>
|
|
||||||
<DetailedCryptoAddress {...props} />
|
<DetailedCryptoAddress {...props} />
|
||||||
</div>
|
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue