Skip to content
Snippets Groups Projects
Unverified Commit bf3d3373 authored by Douglas Hall's avatar Douglas Hall Committed by GitHub
Browse files

Fix dismissal of enterprise learner portal banner. (#22015)

parent b8a19b7b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ function setViewedBanner() {
}
function hasViewedBanner() {
window.localStorage.getItem(LOCAL_STORAGE_KEY);
return window.localStorage.getItem(LOCAL_STORAGE_KEY) != null;
}
class EnterpriseLearnerPortalBanner extends Component {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment