Skip to content

Commit

Permalink
fix: alby card minimum budget amount
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 22, 2024
1 parent 54997c4 commit fe89262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/connections/AlbyConnectionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function AlbyConnectionCard({ connection }: { connection?: App }) {
<BudgetAmountSelect
value={maxAmount}
onChange={setMaxAmount}
minAmount={21000}
minAmount={21210}
/>
</div>
<DialogFooter>
Expand Down

0 comments on commit fe89262

Please sign in to comment.