mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Sanity check skin component
This commit is contained in:
parent
f3374f4d57
commit
e7d1d0c5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class ClipPaths extends React.Component {
|
|||
|
||||
const Skin = props => {
|
||||
const { skinImages, skinCursors } = props;
|
||||
if (!skinImages) {
|
||||
if (!skinImages || !skinCursors) {
|
||||
return null;
|
||||
}
|
||||
const cssRules = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue