Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Feb 22, 2021
1 parent e6181cb commit d77bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ class VFBMain extends React.Component {
console.error(err);
}
} else if (idList[list].indexOf("i=") > -1) {
document.getElementById('vfbterminfowidget').innerText="Loading requested terms....\n\nIt might take time to load all requested items before they are displayed";
document.getElementById('vfbterminfowidget').innerText = "Loading requested terms....\n\nIt might take time to load all requested items before they are displayed";
if (idsList.length > 0) {
idsList = "," + idsList;
}
Expand Down

0 comments on commit d77bd33

Please sign in to comment.