fix: remove unused var (#3736)

This commit is contained in:
Christine Legge 2022-04-14 16:26:42 -04:00 committed by GitHub
parent 5ff428b04b
commit 71aebf33db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -201,10 +201,6 @@ const WalletAction = styled(ButtonSecondary)`
}
`
const MainWalletAction = styled(WalletAction)`
color: ${({ theme }) => theme.primary1};
`
function renderTransactions(transactions: string[]) {
return (
<TransactionListWrapper>