mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix prettier issue
This commit is contained in:
parent
fb395c39c2
commit
dffb0949a5
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ export function findDescendantByTypeAndId<
|
|||
(!type || child.name === type) &&
|
||||
child.attributes &&
|
||||
child.attributes.id !== undefined &&
|
||||
child.attributes.id.toLowerCase() === lowerCaseId
|
||||
child.attributes.id.toLowerCase() === lowerCaseId
|
||||
) {
|
||||
return child;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue