mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-02-17 23:57:10 +00:00
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…
x
Reference in New Issue
Block a user