Skip to content

Commit

Permalink
Merge pull request #965 from AI4Bharat/trans-logging-new4
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Mar 7, 2024
2 parents 46084ed + f5d88f2 commit 665e6ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/ui/pages/component/common/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const Header = () => {
//const[checkClUI,setCheckClUI]=useState(null)
const [moreHorizonAnchorEl, setMoreHorizonAnchorEl] = useState(null);

if(localStorage.getItem("source") !== undefined){
localStorage.setItem("source", "shoonya-frontend");
}

const handleMoreHorizonClick = (event) => {
setMoreHorizonAnchorEl(event.currentTarget);
};
Expand Down

0 comments on commit 665e6ac

Please sign in to comment.