Remove some code

This commit is contained in:
Franck 2022-01-04 11:46:10 +11:00
parent 1690471610
commit 32ac6ab346
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 7 deletions

View File

@ -60,20 +60,15 @@ export function PollingPage() {
const tokenAddress = new URLSearchParams(location.search).get('token')
return (
<Page>
<Wrapper>
<GlobalStyle />
<DAppProvider config={config}>
<Polling tokenAddress={tokenAddress ?? sntTokenAddress} />
</DAppProvider>
</Page>
</Wrapper>
)
}
const Page = styled.div`
height: 100%;
width: 100%;
`
const Wrapper = styled.div`
height: 100%;
width: 100%;