Job Totals Calc Updates

This commit is contained in:
Patrick Fic
2021-03-31 11:26:22 -07:00
parent e85be1c173
commit 315b816e50
3 changed files with 58 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
import { Col, Divider, Row, Typography } from "antd";
import React from "react";
import { Row, Col, Typography } from "antd";
import "./layout-form-row.styles.scss";
export default function LayoutFormRow({
@@ -41,10 +41,12 @@ export default function LayoutFormRow({
},
};
};
//{header ? <Typography.Title level={4}>{header}</Typography.Title> : null}
return (
<div className="imex-form-row" {...restProps}>
{header ? <Typography.Title level={4}>{header}</Typography.Title> : null}
<Divider orientation="left" type="horizontal">
{header}
</Divider>
<Row {...rowGutter}>
{children.map(
(c, idx) =>