This commit is contained in:
Jordan Eldredge 2019-06-20 12:23:54 -07:00
parent 661cf8bed6
commit fb4465ea80

View file

@ -82,7 +82,7 @@ function Layout({
}) {
const data = React.useContext(SkinContext);
if (background == null) {
console.warn("Got a Layouer without a background. Rendering null", id);
console.warn("Got a Layout without a background. Rendering null", id);
return null;
}