Skip to content

Commit ed44dee

Browse files
authored
Merge pull request #411 from devgateway/bug/OCE-339/login-redirect
OCE-339 Dropped an obsolete fetchUserInfo condition
2 parents 188a695 + f5762cf commit ed44dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/oce/corruption-risk/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class CorruptionRiskDashboard extends React.Component{
8484
}
8585

8686
componentDidMount(){
87-
!this.state.showLandingPopup && this.fetchUserInfo();
87+
this.fetchUserInfo();
8888
this.fetchIndicatorTypesMapping();
8989
this.fetchYears();
9090

0 commit comments

Comments
 (0)