@paro.io/expert-shared-components 1.10.7 → 1.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -156,7 +156,9 @@ const LeftCardUI = ({ projectData, projectRateType, projectFrequencyType, projec
|
|
|
156
156
|
react_1.default.createElement(ProgressBar_1.default, { minFloorHours: Number(minFloorHours), maxFloorHours: Number(maxFloorHours), loggedHours: Number(loggedHours) }))),
|
|
157
157
|
react_1.default.createElement("div", { className: `flex flex-col ${projectRateType === 'Fixed' ? "w-full md:w-1/4 mt-2" : "w-full"}` },
|
|
158
158
|
clientPortal && react_1.default.createElement("div", { className: "flex flex-row justify-between" },
|
|
159
|
-
react_1.default.createElement("p", null,
|
|
159
|
+
react_1.default.createElement("p", null,
|
|
160
|
+
"Client Rate ",
|
|
161
|
+
projectRateType !== "Fixed" && "Per Hour"),
|
|
160
162
|
react_1.default.createElement("p", null,
|
|
161
163
|
"$ ",
|
|
162
164
|
(0, ProgressBar_1.formatNumberingSystem)(payRate * 2))),
|