Skip to content

Commit

Permalink
Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbacoa committed May 3, 2022
1 parent 4e22bc0 commit 01544d7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/components/pages/Fuse/FusePoolPage/FusePoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,23 @@ const FusePoolPage = memo(() => {
<Alert colorScheme={"yellow"} borderRadius={5} mt="5">
<HStack>
<WarningTwoIcon color="darkgoldenrod" mr={2} />
<Text color="black">Borrowing is paused on all pools. {isWarnedComptroller(data?.comptroller) && `Supplying ETH is paused for this pool. Some stablecoin deposits currently may be unrecoverable.`} </Text>
<Text color="black">
Borrowing is paused on all pools.{" "}
{isWarnedComptroller(data?.comptroller) &&
`Supplying ETH is paused for this pool. Some stablecoin deposits currently may be unrecoverable.`}{" "}
</Text>
</HStack>
</Alert>

<Alert colorScheme={"yellow"} borderRadius={5} mt="5">
<HStack>
<WarningTwoIcon color="darkgoldenrod" mr={2} />
<Text color="black">
{isWarnedComptroller(data?.comptroller) &&
`
Warning: Do not repay your borrows if your collateral is not withdrawable, due to lack of liquidity."
`}{" "}
</Text>
</HStack>
</Alert>

Expand Down

1 comment on commit 01544d7

@vercel
Copy link

@vercel vercel bot commented on 01544d7 May 3, 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.