Skip to content

Commit

Permalink
Fix issue 1878 (#2093)
Browse files Browse the repository at this point in the history
* Fix issue 1878

* Add release notes
  • Loading branch information
HansiWursti authored Dec 15, 2023
1 parent 0bf587b commit a5557ca
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 @@ -188,6 +188,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
paddingLeft: 3,
justifyContent: 'center',
borderTopWidth: 1,
borderBottomWidth: 1,
borderColor: theme.tableBorder,
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2093.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [HansiWursti]
---

Fix missing divider bar issue [#1878](https://github.com/actualbudget/actual/issues/1878)

0 comments on commit a5557ca

Please sign in to comment.