Skip to content

Commit

Permalink
Merge pull request #2485 from fluidity-money/develop-remove-lootbottl…
Browse files Browse the repository at this point in the history
…e-from-rewards

Remove errornous lootbottle from the rewards tab
  • Loading branch information
af-afk authored Jan 11, 2024
2 parents 8b5a048 + 9b0bda0 commit 3c42f5a
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
WalletIcon,
TabButton,
toDecimalPlaces,
LootBottle,
} from "@fluidity-money/surfing";
import { useContext, useEffect, useState, useMemo } from "react";
import { ToolTipContent, useToolTip, UtilityToken } from "~/components";
Expand Down Expand Up @@ -435,7 +434,6 @@ export default function Rewards() {
utilityTokens,
application,
lootboxCount,
rewardTier,
} = data;

const toolTip = useToolTip();
Expand Down Expand Up @@ -549,11 +547,7 @@ export default function Rewards() {
className="table-address"
href={`/${network}/dashboard/airdrop`}
>
<LootBottle
size="lg"
rarity={rewardTier}
quantity={lootboxCount}
/>
<Text>{ lootboxCount }</Text>
</a>
) : (
<Text>-</Text>
Expand Down

0 comments on commit 3c42f5a

Please sign in to comment.