Skip to content
Snippets Groups Projects
Unverified Commit a5557ca0 authored by HansiWursti's avatar HansiWursti Committed by GitHub
Browse files

Fix issue 1878 (#2093)

* Fix issue 1878

* Add release notes
parent 0bf587bc
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
paddingLeft: 3,
justifyContent: 'center',
borderTopWidth: 1,
borderBottomWidth: 1,
borderColor: theme.tableBorder,
}}
>
......
---
category: Bugfix
authors: [HansiWursti]
---
Fix missing divider bar issue [#1878](https://github.com/actualbudget/actual/issues/1878)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment