mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Merge branch 'AD-1362-implement-portfolioreview-judging-flow' of github.com:ascribe/onion into AD-1362-implement-portfolioreview-judging-flow
This commit is contained in:
commit
c9d330c2bd
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user