aboutsummaryrefslogtreecommitdiff
path: root/src/reducers/firebaseStorage.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 22:08:47 -0400
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 22:08:47 -0400
commitb1d481ee51e39734a9f10b14d5bc907d17c2afd0 (patch)
tree3c84725c7cb8411dbc785de0a4bc3b2462359d03 /src/reducers/firebaseStorage.js
parent717352f8653a71eba003ec33dfa6355463208045 (diff)
Trying to fix error with bulding. App works on local host but not on delpoyed and built app.
Diffstat (limited to 'src/reducers/firebaseStorage.js')
-rw-r--r--src/reducers/firebaseStorage.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reducers/firebaseStorage.js b/src/reducers/firebaseStorage.js
index 599d220..8c0249d 100644
--- a/src/reducers/firebaseStorage.js
+++ b/src/reducers/firebaseStorage.js
@@ -10,12 +10,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
import {
UPDATE_PICTURE
- }
- from '../actions/firebaseStorage.js';
+}
+from '../actions/firebaseStorage.js';
const firebaseStorage = (state = {pictureName: "", uploaded: false}, action) => {
switch (action.type) {
- case 'UPDATE_PICTURE':
+ case UPDATE_PICTURE:
return {
pictureName: action.name,
uploaded: action.uploaded