1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02: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()
.then((res) => {
this.actions.updatePrize({
prize: res.prize
prize: res
});
})
.catch((err) => {