1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

refactor prize app to be compliant with whitelabel settings

This commit is contained in:
diminator 2015-12-10 14:07:05 +01:00
parent 3461a28f36
commit 51ff0295c0

View File

@ -16,7 +16,7 @@ class PrizeActions {
.fetch() .fetch()
.then((res) => { .then((res) => {
this.actions.updatePrize({ this.actions.updatePrize({
prize: res.prize prize: res
}); });
}) })
.catch((err) => { .catch((err) => {