mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Check if skinData exists
This commit is contained in:
parent
4d04dfa122
commit
dea803b48d
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ function Metadata() {
|
|||
>
|
||||
Webamp
|
||||
</a>,
|
||||
skinData.nsfw ? (
|
||||
skinData && skinData.nsfw ? (
|
||||
"NSFW"
|
||||
) : (
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue