@selfcommunity/react-ui 0.8.0-alpha.4 → 0.8.0-alpha.5

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.
@@ -154,7 +154,7 @@ const OnBoardingWidget = (inProps) => {
154
154
  // EFFECTS
155
155
  (0, react_1.useEffect)(() => {
156
156
  if (prevContentsStep &&
157
- prevCategoriesStep.status === types_1.SCOnBoardingStepStatusType.IN_PROGRESS &&
157
+ prevContentsStep.status === types_1.SCOnBoardingStepStatusType.IN_PROGRESS &&
158
158
  (currentContentsStep === null || currentContentsStep === void 0 ? void 0 : currentContentsStep.status) === types_1.SCOnBoardingStepStatusType.COMPLETED) {
159
159
  showSuccessAlert(currentContentsStep);
160
160
  }
@@ -152,7 +152,7 @@ const OnBoardingWidget = (inProps) => {
152
152
  // EFFECTS
153
153
  useEffect(() => {
154
154
  if (prevContentsStep &&
155
- prevCategoriesStep.status === SCOnBoardingStepStatusType.IN_PROGRESS &&
155
+ prevContentsStep.status === SCOnBoardingStepStatusType.IN_PROGRESS &&
156
156
  (currentContentsStep === null || currentContentsStep === void 0 ? void 0 : currentContentsStep.status) === SCOnBoardingStepStatusType.COMPLETED) {
157
157
  showSuccessAlert(currentContentsStep);
158
158
  }