Skip to content

Commit

Permalink
Merge pull request #2 from chaitanyakole/explore_and_learn_issue
Browse files Browse the repository at this point in the history
Explore and learn content is not showing
  • Loading branch information
gouravmore authored Jan 7, 2025
2 parents e536059 + bb0edeb commit 4680694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ExploreAndLearn/Start/Start3.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Start3() {
}, [sel_lang]);

const getfromurl = () => {
const filePath = getParameter('source', location.search);
const filePath = getParameter('source', location.hash);

if (filePath && filePath != 'null') {
axios
Expand Down

0 comments on commit 4680694

Please sign in to comment.