mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-28 05:52:49 +03:00
profiles: catches error case
This commit is contained in:
parent
acbadad710
commit
0c1faa991a
@ -58,7 +58,8 @@ app.prepare().then(async () => {
|
|||||||
|
|
||||||
return app.render(req, res, "/profile", {
|
return app.render(req, res, "/profile", {
|
||||||
viewer,
|
viewer,
|
||||||
creator: creator
|
creator:
|
||||||
|
creator && !creator.error
|
||||||
? {
|
? {
|
||||||
username: creator.username,
|
username: creator.username,
|
||||||
data: { photo: creator.data.photo },
|
data: { photo: creator.data.photo },
|
||||||
|
Loading…
Reference in New Issue
Block a user