Remove some code
This commit is contained in:
parent
1690471610
commit
32ac6ab346
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue