mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Fix typo
This commit is contained in:
parent
efbb5c6d48
commit
d24702bcda
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue