Skip to content

Commit

Permalink
Fixed disappearing footer in Cordova Android after search
Browse files Browse the repository at this point in the history
Added a zillion normalizedImagePath() calls so the images will load in Cordova.
Fixes https://wevoteusa.atlassian.net/issues/WV-299
  • Loading branch information
SailingSteve committed May 8, 2024
1 parent 25e6bd7 commit 277f150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/pages/Campaigns/CampaignsHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ class CampaignsHome extends Component {
searchingJustStarted = true;
}
const isSearching = (isString(searchText) && searchText.length > 0);
console.log('CampaignsHome isSearching : ', isSearching);
this.setState({
isSearching,
listModeShown: searchingJustStarted ? '' : listModeShown,
Expand Down

0 comments on commit 277f150

Please sign in to comment.