mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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…
x
Reference in New Issue
Block a user