@paro.io/expert-shared-components 1.14.6 → 1.14.7
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.
|
@@ -35,7 +35,6 @@ const EscalationTabsContent_1 = __importDefault(require("./EscalationTabsContent
|
|
|
35
35
|
const EscalationRespondForm_1 = __importDefault(require("./EscalationRespondForm"));
|
|
36
36
|
const EscalationSubmitForm_1 = __importDefault(require("./EscalationSubmitForm"));
|
|
37
37
|
const EscalationChat_1 = __importDefault(require("./EscalationChat"));
|
|
38
|
-
const AccountSuspensionBanner_1 = __importDefault(require("./AccountSuspensionBanner"));
|
|
39
38
|
const AccountSuspensionModal_1 = __importDefault(require("./AccountSuspensionModal"));
|
|
40
39
|
const base_icons_1 = require("@paro.io/base-icons");
|
|
41
40
|
const EscalationIssueCard_1 = require("./EscalationIssueCard");
|
|
@@ -168,8 +167,6 @@ const Escalations = ({ expertsOrClients, projects, isExpert = false, escalations
|
|
|
168
167
|
react_1.default.createElement("h3", { className: "font-semibold text-sm mb-1" }, "Need Support with a Client?"),
|
|
169
168
|
react_1.default.createElement("p", { className: "text-xs" }, "Report payment, scope, or communication activeIssues")))),
|
|
170
169
|
react_1.default.createElement(base_ui_1.Button, { label: "Report issue", onClick: () => setSelectedIssueId(0), iconLeft: react_1.default.createElement(base_icons_1.IconExclamation, { size: "sm", className: "text-white" }), color: "primary" }))),
|
|
171
|
-
isExpert &&
|
|
172
|
-
react_1.default.createElement(AccountSuspensionBanner_1.default, { setShowSuspensionModal: setShowSuspensionModal, escalationDisputeStatistics: escalationDisputeStatistics }),
|
|
173
170
|
!isExpert &&
|
|
174
171
|
react_1.default.createElement(EscalationReportBanner_1.default, { onReport: () => setSelectedIssueId(0), isExpert: isExpert }),
|
|
175
172
|
escalations.length > 0 ? react_1.default.createElement(EscalationTabs_1.default, { activeTab: activeEscalationTab, setActiveTab: setActiveEscalationTab, activeIssues: activeIssues.length, inProgressIssues: inProgressIssues.length, resolvedIssues: resolvedIssues.length }) : null,
|