Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Feb 28, 2025
1 parent d0f400b commit c579cee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function AccountListItem({
}

return (
<ListBoxItem textValue={account.id} {...props}>
<ListBoxItem textValue={account.name} {...props}>
<Button
onPress={() => onSelect(account.id)}
style={{
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4476.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [joel-jeremy]
---

[Mobile] Drag and drop to reorder accounts

0 comments on commit c579cee

Please sign in to comment.