We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae420 commit d1f6ef0Copy full SHA for d1f6ef0
packages/webamp/js/webampLazy.tsx
@@ -190,7 +190,8 @@ class Webamp {
190
// @ts-ignore
191
this.store.dispatch({
192
type: "SET_AVAILABLE_SKINS",
193
- skins: avaliableSkins,
+ // @ts-ignore
194
+ skins: options.avaliableSkins,
195
});
196
} else if (availableSkins != null) {
197
0 commit comments