Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbacoa committed Jun 10, 2022
1 parent e303967 commit c750abb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/pages/Fuse/FusePoolPage/FusePoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,19 @@ const FusePoolPage = memo(() => {
</Text>
</HStack>
</Alert>
{isWarnedComptroller(data?.comptroller) && (
{!!data && isAuthed && (
<PendingAdminAlert comptroller={data?.comptroller} />
)}
{poolId === "8" && (
<Alert colorScheme={"yellow"} borderRadius={5} mt="5">
<HStack>
<WarningTwoIcon color="darkgoldenrod" mr={2} />
<Text color="black">
`Please be aware of available collateral asset liquidity when repaying borrows if you intend to withdraw.`
Pool 8 incentives are now 0.
</Text>
</HStack>
</Alert>
)}
{!!data && isAuthed && (
<PendingAdminAlert comptroller={data?.comptroller} />
)}
{/*
{!!data && !isWarnedComptroller(data.comptroller) && (
<FuseRewardsBanner
Expand Down

1 comment on commit c750abb

@vercel
Copy link

@vercel vercel bot commented on c750abb Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.