Skip to content

Commit 4e2dc1d

Browse files
joaquim-vergesjnsdls
authored andcommitted
Update airdrop-tab.tsx
1 parent fb55a08 commit 4e2dc1d

File tree

1 file changed

+4
-7
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components

1 file changed

+4
-7
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components/airdrop-tab.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,10 @@ const AirdropTab: React.FC<AirdropTabProps> = ({ contract, tokenId }) => {
137137
</Sheet>
138138

139139
<div
140-
className={cn(
141-
"flesx-row flex items-center justify-center gap-2",
142-
{
143-
"text-orange-500": addresses.length === 0,
144-
"text-green-500": addresses.length > 0,
145-
},
146-
)}
140+
className={cn("flex flex-row items-center justify-center gap-2", {
141+
"text-orange-500": addresses.length === 0,
142+
"text-green-500": addresses.length > 0,
143+
})}
147144
>
148145
{addresses.length > 0 && (
149146
<p>

0 commit comments

Comments
 (0)