Skip to content

Commit

Permalink
TASK :#0000 [webapp] Showing blank page on clicking some of courses ,…
Browse files Browse the repository at this point in the history
… [Desktop] [Mobile] [Course Detail Page] - Credits - After clicking on the Credits link open the popup but when we click on the close btn page get refersh
  • Loading branch information
mahajanmahesh935 committed Sep 17, 2024
1 parent 4df9acc commit deb3f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function App() {
);
if (data.result.response.framework.id) {
// setCheckPref(true);
if (data.result.response.framework.id[0] === "nulp") {
if (data.result.response.framework.id[0] !== "nulp-domain") {
setCheckPref(false);
} else {
setCheckPref(true);
Expand Down
2 changes: 1 addition & 1 deletion packages/nulp_elite/src/pages/content/joinCourse.js
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ className="xs-hide accordionBoxShadow"
{userData?.result?.content?.orgDetails?.orgName}
</DialogContent>
<DialogActions>
<Button onClick={handleClose} color="primary">
<Button onClick={handlecopyrightClose} color="primary">
{t("CLOSE")}
</Button>
</DialogActions>
Expand Down

0 comments on commit deb3f11

Please sign in to comment.