feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -7,11 +7,11 @@ export default function JobCostingStatistics({ summaryData, onlyGP }) {
|
||||
|
||||
const gpTotals = (
|
||||
<>
|
||||
<Space wrap direction="horizontal" size={"large"}>
|
||||
<Space wrap orientation="horizontal" size={"large"}>
|
||||
<Statistic value={Dinero(summaryData.totalSales).toFormat()} title={t("jobs.labels.total_sales")} />
|
||||
<Statistic value={Dinero(summaryData.totalCost).toFormat()} title={t("jobs.labels.total_cost")} />
|
||||
</Space>{" "}
|
||||
<Space wrap direction="horizontal" size={"large"}>
|
||||
<Space wrap orientation="horizontal" size={"large"}>
|
||||
<Statistic value={Dinero(summaryData.gpdollars).toFormat()} title={t("jobs.labels.gpdollars")} />
|
||||
<Statistic value={summaryData.gppercentFormatted} title={t("jobs.labels.gppercent")} />
|
||||
</Space>
|
||||
|
||||
Reference in New Issue
Block a user