@paro.io/expert-shared-components 1.14.37 → 1.14.38

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.
@@ -40,11 +40,12 @@ const ExpertStatusCalculator = (statusData, setLeftSideStatus, setRightSideStatu
40
40
  setLeftSideStatus('This Expert has been churned from the Network and cannot take on new projects.');
41
41
  setRightSideStatus(`! Churned ${formattedDate}, see notes.`);
42
42
  }
43
- else if (isDespiseExpert(earningsData, expertMetricsData === null || expertMetricsData === void 0 ? void 0 : expertMetricsData.getExpertMetrics.lastPitchDate, statusData === null || statusData === void 0 ? void 0 : statusData.lastLoginDate, applicationStatus)) {
44
- setLeftSideStatus('This Expert is inactive and cannot take on new projects until they log in, submit a pitch, or log time.');
45
- setRightSideStatus('! Inactive, Expert must log in, submit a pitch, or log time into the Platform to become active or respond to matches');
46
- setInfoColor({ leftSideStatus: false, rightSideStatus: false, Matching: false, FaF: false, JobBoard: false });
47
- }
43
+ // Should not be mark Not available due to inactivity
44
+ // else if (isDespiseExpert(earningsData, expertMetricsData?.getExpertMetrics.lastPitchDate, statusData?.lastLoginDate, applicationStatus)) {
45
+ // setLeftSideStatus('This Expert is inactive and cannot take on new projects until they log in, submit a pitch, or log time.')
46
+ // setRightSideStatus('! Inactive, Expert must log in, submit a pitch, or log time into the Platform to become active or respond to matches')
47
+ // setInfoColor({leftSideStatus: false, rightSideStatus: false, Matching: false, FaF: false, JobBoard: false})
48
+ // }
48
49
  // else if (statusData.isInactive) {
49
50
  // setLeftSideStatus('This Expert is inactive and cannot take on new projects until they log in.')
50
51
  // setRightSideStatus('! Inactive, Expert must log into the Platform to become active.')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.14.37",
3
+ "version": "1.14.38",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {