mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Fix typo
This commit is contained in:
parent
661cf8bed6
commit
fb4465ea80
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