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 May 1, 2022
1 parent 811bc3e commit 4e22bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/Fuse/FusePoolPage/FusePoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ 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.`} </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>

Expand Down

1 comment on commit 4e22bc0

@vercel
Copy link

@vercel vercel bot commented on 4e22bc0 May 1, 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.