BOD-62 creation of totals utility class + base calculations.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
export default function JobsTotalsTableComponent({ totals }) {
|
||||
return (
|
||||
<div>
|
||||
<div>{JSON.stringify(totals, null, 2)}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user