Commit c70b67cd authored by seotts's avatar seotts

If studio response body has no host yet, use owner

parent dc241e1c
......@@ -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
}));
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment