Skip to content
Snippets Groups Projects

Added admin screen for the pizza orders

Open Gijs Hendriksen requested to merge feature/pizza-admin into master
16 files
+ 419
63
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -2,6 +2,11 @@
exports[`pizza reducer initially should return the initial state 1`] = `
Object {
"admin": Object {
"loading": false,
"orders": Array [],
"status": "initial",
},
"event": null,
"hasLoaded": false,
"loading": false,
Loading