Skip to content

Commit

Permalink
minor change in bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-8O9J4BH\wodnj committed Mar 29, 2018
1 parent b8a1002 commit 0e1f554
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bodies/professorLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ProfLanding extends Component {

componentWillUnmount() {
window.removeEventListener('resize', this.resize);
firebase.database().ref('/classes').orderByChild('professor/UID').equalTo(firebase.auth().currentUser.uid).off();
firebase.database().ref('/classes').off();
}


Expand Down

0 comments on commit 0e1f554

Please sign in to comment.