Commit 71aebf33 authored by Christine Legge's avatar Christine Legge Committed by GitHub

fix: remove unused var (#3736)

parent 5ff428b0
...@@ -201,10 +201,6 @@ const WalletAction = styled(ButtonSecondary)` ...@@ -201,10 +201,6 @@ const WalletAction = styled(ButtonSecondary)`
} }
` `
const MainWalletAction = styled(WalletAction)`
color: ${({ theme }) => theme.primary1};
`
function renderTransactions(transactions: string[]) { function renderTransactions(transactions: string[]) {
return ( return (
<TransactionListWrapper> <TransactionListWrapper>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment