Lint all the things
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import React from "react";
|
||||
import { WarningFilled } from "@ant-design/icons";
|
||||
|
||||
export default function JobLinesBillRefernece({ jobline }) {
|
||||
const billLine = jobline.billlines && jobline.billlines[0];
|
||||
const billLine = jobline.billlines?.[0];
|
||||
|
||||
if (!billLine) return null;
|
||||
const subletRequired = billLine.actual_price !== jobline.act_price;
|
||||
|
||||
Reference in New Issue
Block a user