summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd/pix2pixhd.reducer.js
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2019-03-29 14:47:24 -0400
committerJules <jules@asdf.us>2019-03-29 14:47:24 -0400
commitcb3d4041bf9e0c2a3ae9cc147c21afce06773a90 (patch)
tree3ee1167d1182570d34c854c543098321ca51b4e3 /app/client/modules/pix2pixhd/pix2pixhd.reducer.js
parent2ceb9a945233f4bcb27607a97c69a5031d4f2046 (diff)
parent99b426636d2e645053a86d433f76875b81e2ba2d (diff)
Merge branch 'master' of asdf.us:live-cortex
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.reducer.js')
-rw-r--r--app/client/modules/pix2pixhd/pix2pixhd.reducer.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.reducer.js b/app/client/modules/pix2pixhd/pix2pixhd.reducer.js
index 5a2afc0..7d6f6f3 100644
--- a/app/client/modules/pix2pixhd/pix2pixhd.reducer.js
+++ b/app/client/modules/pix2pixhd/pix2pixhd.reducer.js
@@ -26,6 +26,11 @@ const pix2pixhdReducer = (state = pix2pixhdInitialState, action) => {
...state,
results: action.results,
}
+ case types.pix2pixhd.load_uprez:
+ return {
+ ...state,
+ uprez: action.uprez,
+ }
case types.pix2pixhd.load_dataset_count:
return {
...state,