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:
parent
3461a28f36
commit
51ff0295c0
@ -16,7 +16,7 @@ class PrizeActions {
|
||||
.fetch()
|
||||
.then((res) => {
|
||||
this.actions.updatePrize({
|
||||
prize: res.prize
|
||||
prize: res
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
|
Loading…
Reference in New Issue
Block a user