@paro.io/expert-shared-components 1.12.38 → 1.12.39

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.
@@ -48,7 +48,7 @@ const Escalations = ({ experts, projects, isExpert = false, activeIssues, inProg
48
48
  const [activeEscalationTab, setActiveEscalationTab] = (0, react_1.useState)('action-required');
49
49
  const [showSuspensionModal, setShowSuspensionModal] = (0, react_1.useState)(false);
50
50
  const goBack = () => {
51
- if (selectedIssueId) {
51
+ if (selectedIssueId !== null) {
52
52
  setSelectedIssueId(null);
53
53
  }
54
54
  else if (selectedProject) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.12.38",
3
+ "version": "1.12.39",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {