release/2025-03-14 - Fix issues caused by 3 of us merging stuff into release, 2 of which are months long.

This commit is contained in:
Dave Richer
2025-03-13 15:30:26 -04:00
parent 6994e44bd3
commit 0675f84386

View File

@@ -208,7 +208,7 @@ function Header({
key: "allpayments",
id: "header-accounting-allpayments",
icon: <BankFilled />,
label: <Link to="/manage/payments"> {t("menus.header.allpayments")}</Link>
label: <Link to="/manage/payments">{t("menus.header.allpayments")}</Link>
},
{
key: "enterpayments",