feat: update navigation link for club payments in dashboard and enhance error handling in Home view
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 51s

This commit is contained in:
Torsten Schulz (local)
2026-07-22 16:17:19 +02:00
parent e38f2c2e19
commit 46079fc16e
6 changed files with 80 additions and 39 deletions

View File

@@ -610,7 +610,7 @@ export const getClubDashboard = async (req, res) => {
title: 'Finanzen',
value: paidRatio === null ? 'Keine Daten' : `${paidRatio} % erledigt`,
meta: paymentClaims.length > 0 ? `${paymentClaims.length} offene oder teilweise offene Forderungen` : 'Noch keine Beitragsforderungen erfasst',
to: '/club-tasks',
to: '/club-payments',
},
],
},