added React.Fragment to Receive page

pull/137/head
Szymon Lesisz 6 years ago
parent f32c2d351d
commit 33ba41e865

@ -159,6 +159,7 @@ const AccountReceive = (props: Props) => {
return (
<Content>
<React.Fragment>
<H2>Receive Ethereum or tokens</H2>
<AddressWrapper
isShowingQrCode={addressVerified || addressUnverified}
@ -226,6 +227,7 @@ const AccountReceive = (props: Props) => {
</ShowAddressButton>
)}
</AddressWrapper>
</React.Fragment>
</Content>
);
};

Loading…
Cancel
Save