diff --git a/package.json b/package.json index 4c6dd8c7f..a951bc20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pearl", - "version": "0.2.0", + "version": "0.2.1", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.9", diff --git a/src/components/panel-body/UEpage/navigation/component.js b/src/components/panel-body/UEpage/navigation/component.js index e1366f96a..2589643ce 100644 --- a/src/components/panel-body/UEpage/navigation/component.js +++ b/src/components/panel-body/UEpage/navigation/component.js @@ -42,7 +42,7 @@ const Navigation = ({ match, refs }) => { const { detailsRef, identificationRef, lettersRef, contactsRef, commentsRef } = refs; const openQueen = () => { - history.push(`/queen/questionnaire/${surveyUnit.campaign}/survey-unit/${id}`); + history.push(`/queen/survey-unit/${id}`); }; const scrollTo = ref => {