diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-01 20:46:52 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-01 20:46:52 -0400 |
commit | 32fed7906a39e4bfa4d98fee1bdc5340d22cb63f (patch) | |
tree | 719f7bd92384927a0a6b994f67f020541be68723 /src/reducers/firebase.js | |
parent | 7070c6f28d0e1fb6b519b44a83314c4bdb7a004d (diff) |
Fixed small glitch where snapshot would fire twice because the field in the database was called 'date.' Annoying. Also, fixed other bugs and finished the admin requests viewing, but need to connect the 'approve hours button.'
Diffstat (limited to 'src/reducers/firebase.js')
-rw-r--r-- | src/reducers/firebase.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reducers/firebase.js b/src/reducers/firebase.js index 7e31d95..5920910 100644 --- a/src/reducers/firebase.js +++ b/src/reducers/firebase.js @@ -90,7 +90,6 @@ const firebase = (state = {initialized: false, authMessage: "", hours: -1, reque } break; - default: return state; } |