(bugfix) typescript error

This commit is contained in:
Knee Cola
2025-11-24 22:19:28 +01:00
parent 90e24a5739
commit b650620390

View File

@@ -234,7 +234,7 @@ export const BillEditForm: FC<BillEditFormProps> = ({ location, bill }) => {
<option value={BilledTo.Tenant}>{t("billed-to-tenant-option")}</option>
<option value={BilledTo.Landlord}>{t("billed-to-landlord-option")}</option>
</select>
<InfoBox className="m-0 mt-3 mb-1 p-0">{t("billed-to-info")}</InfoBox>
<InfoBox>{t("billed-to-info")}</InfoBox>
</fieldset>
{/* Show toggle only when adding a new bill (not editing) */}