Skip to content

Commit

Permalink
Merge branch 'master' into refactor/1483-schedules-table
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsinkamil authored Sep 15, 2023
2 parents b991f67 + fbd1097 commit a47e53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ export class TransactionList extends Component {
label=""
loadMore={onLoadMore}
selectionMode="none"
style={{ flex: '1 auto', height: '100%', overflowY: 'auto' }}
>
{sections.length === 0 ? (
<Section>
Expand Down Expand Up @@ -1162,7 +1161,6 @@ function ListBox(props) {
padding: 0,
listStyle: 'none',
margin: 0,
overflowY: 'auto',
width: '100%',
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1698.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [trevdor]
---

Mobile account transaction list: Restore sticky date section headers

0 comments on commit a47e53e

Please sign in to comment.