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