From 7136f7271af66f0fea066b8c6e32c08dd894a2ea Mon Sep 17 00:00:00 2001 From: Peter Morgan Date: Fri, 27 Dec 2019 14:54:55 -0500 Subject: [PATCH] Update profileGen.js --- public/js/profileGen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/profileGen.js b/public/js/profileGen.js index f9cf82a..2033d29 100644 --- a/public/js/profileGen.js +++ b/public/js/profileGen.js @@ -31,7 +31,7 @@ function profileGen(username, container)
-
${user.name}
+ ${user.name ? `
${user.name}
` : ""} ${user.login} ${user.bio != null ? `

${user.bio}

` : ""}