Skip to content

Commit

Permalink
Merge pull request #154 from devgateway/task/IATIIMPORT-291/fix-build
Browse files Browse the repository at this point in the history
IATIIMPORT-291 fix build for release
  • Loading branch information
jdeanquin-dg authored Jul 4, 2019
2 parents 0bb5460 + 4af36a9 commit fb6f6df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var LandingPage = React.createClass({
}.bind(this));
},
componentDidMount: function() {
let hasValidSession = common.hasValidSession();
var hasValidSession = common.hasValidSession();
this.setState({hasValidSession:hasValidSession});
if(hasValidSession){
this.loadData();
Expand Down

0 comments on commit fb6f6df

Please sign in to comment.