Skip to content

Commit

Permalink
Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharad authored and Sharad committed Apr 30, 2022
1 parent b93efd3 commit 60a5023
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/pages/Fuse/FusePoolPage/FusePoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,25 @@ const FusePoolPage = memo(() => {
/>
)}

{!!data && isWarnedComptroller(data.comptroller) && (
<Alert colorScheme={"red"} borderRadius={5} mt="5">
<HStack>
<WarningTwoIcon color="red" mr={2} />
<Text color="black">Funds deposited in this pool are at risk and may be unrecoverable.</Text>
</HStack>
</Alert>
)}
<Alert colorScheme={"yellow"} borderRadius={5} mt="5">
<HStack>
<WarningTwoIcon color="yellow" mr={2} />
<Text color="black">Borrowing is paused on all pools.</Text>
</HStack>
</Alert>

{!!data && isAuthed && (
<PendingAdminAlert comptroller={data?.comptroller} />
)}

{/*
{!!data && !isWarnedComptroller(data.comptroller) && (
<FuseRewardsBanner
rewardTokensData={rewardTokensData}
hasPluginIncentives={hasPluginIncentives}
/>
)}
*/}

<FuseUniV3Alert assets={data?.assets ?? []} />

Expand Down

1 comment on commit 60a5023

@vercel
Copy link

@vercel vercel bot commented on 60a5023 Apr 30, 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.