Skip to content

Commit

Permalink
Add back add funds prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 25, 2024
1 parent 7b94b0f commit 36c8e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/widgets/amount-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export function BuyAmountInput(props: {
)}
{error ? (
<div className="text-scarlet-500 mt-4 flex-wrap text-sm">
{error === 'Insufficient balance' && token === 'M$' ? (
{error === 'Insufficient balance' ? (
<BuyMoreFunds user={user} />
) : (
error
Expand Down

0 comments on commit 36c8e81

Please sign in to comment.