Skip to content

Commit

Permalink
fix: undefined string output
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Nov 25, 2022
1 parent b61bf9a commit a666c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

let content = Edrys.module.config || ""

content += "\n\n" + Edrys.module[Edrys.role.toLowerCase()+'Config'] || ""
content += "\n\n" + ( Edrys.module[Edrys.role.toLowerCase()+'Config'] || "" )

render(content)
});
Expand Down

0 comments on commit a666c4f

Please sign in to comment.