mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
Fix default expand splits
This commit is contained in:
@@ -1708,7 +1708,7 @@ function AccountTransactions({
|
||||
export function Account() {
|
||||
const params = useParams();
|
||||
const location = useLocation();
|
||||
const [expandSplits] = useLocalPref('expand-splits');
|
||||
const [expandSplits = true] = useLocalPref('expand-splits');
|
||||
|
||||
const schedulesQuery = useMemo(
|
||||
() => accountSchedulesQuery(params.id),
|
||||
|
||||
Reference in New Issue
Block a user