mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 11:42:54 -05:00
Compare commits
1 Commits
fix-themes
...
revert-329
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d6b1508d6 |
@@ -79,6 +79,7 @@ export function SpendingCard({
|
||||
</MissingReportCard>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<ReportCard
|
||||
isEditing={isEditing}
|
||||
@@ -126,8 +127,8 @@ export function SpendingCard({
|
||||
onClose={() => setNameMenuOpen(false)}
|
||||
/>
|
||||
<DateRange
|
||||
start={monthUtils.addMonths(monthUtils.currentMonth(), 1)}
|
||||
end={monthUtils.addMonths(monthUtils.currentMonth(), 1)}
|
||||
start={monthUtils.currentMonth()}
|
||||
end={monthUtils.currentMonth()}
|
||||
/>
|
||||
</View>
|
||||
{data && showLastMonth && (
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [Crazypkr1099]
|
||||
---
|
||||
|
||||
Fix incorrect month on spendingcard
|
||||
Reference in New Issue
Block a user