@paro.io/expert-shared-components 1.10.8 → 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.
|
@@ -158,7 +158,7 @@ const LeftCardUI = ({ projectData, projectRateType, projectFrequencyType, projec
|
|
|
158
158
|
clientPortal && react_1.default.createElement("div", { className: "flex flex-row justify-between" },
|
|
159
159
|
react_1.default.createElement("p", null,
|
|
160
160
|
"Client Rate ",
|
|
161
|
-
|
|
161
|
+
projectRateType !== "Fixed" && "Per Hour"),
|
|
162
162
|
react_1.default.createElement("p", null,
|
|
163
163
|
"$ ",
|
|
164
164
|
(0, ProgressBar_1.formatNumberingSystem)(payRate * 2))),
|