Skip to content

Commit

Permalink
fix mobile hold buffer initial sign (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd authored Jan 1, 2025
1 parent 7060e4b commit 1e65939
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function HoldBufferModal({ onSubmit }: HoldBufferModalProps) {
<AmountInput
value={available}
autoDecimals={true}
zeroSign="+"
style={{
marginLeft: styles.mobileEditingPadding,
marginRight: styles.mobileEditingPadding,
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4068.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [matt-fidd]
---

Fix mobile hold for next month using negative amount by default

0 comments on commit 1e65939

Please sign in to comment.