[PR #6397] Fix selected balance not showing when sum is $0 #6492

Closed
opened 2026-02-28 21:29:07 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6397

State: closed
Merged: No


👋 Hi, AB team! This is my first PR contributing to this project.

image

Changes

The condition used a falsy check which treated 0 the same as null, causing the selected balance to hide when transactions summed to zero.

Also fixes a pre-existing setState-during-render issue in TransactionsTable.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6397 **State:** closed **Merged:** No --- 👋 Hi, AB team! This is my first PR contributing to this project. <img width="3420" height="1906" alt="image" src="https://github.com/user-attachments/assets/712133cd-cb82-4d1d-a0a9-e1fd08e5b8fd" /> ## Changes The condition used a falsy check which treated 0 the same as null, causing the selected balance to hide when transactions summed to zero. Also fixes a pre-existing setState-during-render issue in TransactionsTable.
GiteaMirror added the pull-request label 2026-02-28 21:29:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6492