fix: remove unused

This commit is contained in:
Hristo Nedelkov 2024-01-30 14:47:21 +02:00
parent d09ae9be5a
commit 8db9326c4d
1 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,6 @@ type ActivationCardProps = {
gaugeColor?: string
gaugeSynced?: number
gaugeTotal?: number
isLast?: boolean
}
const ActivationCard = ({
@ -19,7 +18,6 @@ const ActivationCard = ({
gaugeColor,
gaugeSynced,
gaugeTotal,
isLast,
}: ActivationCardProps) => {
return (
<YStack
@ -28,8 +26,8 @@ const ActivationCard = ({
border: '1px solid rgba(0, 0, 0, 0.15)',
padding: '12px 16px',
backgroundColor: '#FFF',
marginBottom: !isLast && '10px',
flex: 1,
margin: '8px',
}}
>
{!isGaugeIncluded && (