Skip to content

Commit

Permalink
Task #228134 - [FE] - Registration side changes for learnathon (webap…
Browse files Browse the repository at this point in the history
…p)-updated channel name
  • Loading branch information
sonaliTekdi committed Oct 4, 2024
1 parent 4d6ca9d commit 930625a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/nulp_elite/src/components/learnathon/LernModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const LernModal = () => {

const [lernUser, setLernUser] = useState([]);
const _userId = util.userId();

const handleClose = () => {
setIsModalOpen(false);
sessionStorage.setItem('isModalShown', 'true'); // Set flag to not show modal again
Expand Down
7 changes: 3 additions & 4 deletions packages/nulp_elite/src/pages/search/DomainList.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ const DomainList = ({ globalSearchQuery }) => {
onMobileSearch();
}
};
console.log(lernUser,'lernUser from dashboard');
console.log(lernUser, 'lernUser from dashboard');


return (
<div>
Expand Down Expand Up @@ -505,8 +505,7 @@ const DomainList = ({ globalSearchQuery }) => {

{error && <Alert severity="error">{error}</Alert>}
<Box
className="lern-box"
>
className="lern-box">
<Box>
<Grid container>
<Grid item xs={12} md={12} lg={12}>
Expand Down

0 comments on commit 930625a

Please sign in to comment.