1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02: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:
Brett Sun 2015-12-10 14:45:17 +01:00
commit c9d330c2bd

View File

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