mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
If studio response body has no host yet, use owner
This commit is contained in:
parent
dc241e1c6f
commit
c70b67cde5
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ const getInfo = () => ((dispatch, getState) => {
|
|||
followers: body.stats.followers,
|
||||
managers: body.stats.managers,
|
||||
projectCount: body.stats.projects,
|
||||
host: body.host,
|
||||
host: body.host || body.owner, // TODO: Remove owner once api updated
|
||||
public: body.public
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue