From 27e4d77d83333a77ef4278898c6d3db3cf5da67d Mon Sep 17 00:00:00 2001 From: sirpy Date: Wed, 27 Nov 2024 16:42:43 +0200 Subject: [PATCH] fix: lint --- packages/app/src/components/ViewCollective.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/app/src/components/ViewCollective.tsx b/packages/app/src/components/ViewCollective.tsx index 270dd5b..4da9f6c 100644 --- a/packages/app/src/components/ViewCollective.tsx +++ b/packages/app/src/components/ViewCollective.tsx @@ -1,5 +1,5 @@ import { StyleSheet, Image } from 'react-native'; -import { Link, useBreakpointValue, Text, View, VStack, HStack } from 'native-base'; +import { Link, useBreakpointValue, Text, View, VStack } from 'native-base'; import { useAccount, useEnsName } from 'wagmi'; import RowItem from './RowItem'; @@ -35,14 +35,12 @@ import { calculateGoodDollarAmounts } from '../lib/calculateGoodDollarAmounts'; import FlowingDonationsRowItem from './FlowingDonationsRowItem'; import { defaultInfoLabel, GDToken, SUBGRAPH_POLL_INTERVAL } from '../models/constants'; import env from '../lib/env'; -import { ActiveStreamCard } from './ActiveStreamCard'; import { useGetTokenBalance } from '../hooks/useGetTokenBalance'; import { useFlowingBalance } from '../hooks/useFlowingBalance'; import { GoodDollarAmount } from './GoodDollarAmount'; import { styles as walletCardStyles } from '../components/WalletCards/styles'; import { formatFlowRate } from '../lib/formatFlowRate'; import { StopDonationActionButton } from './StopDonationActionButton'; -import { V } from '../../dist/assets/transactionRequest-be6a8ea9-6f2aa5fb'; const HasDonatedCard = ({ donorCollective,