mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
Clean up stray semi
This commit is contained in:
parent
2d43abcea1
commit
e2deee9a00
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class PresetOverlay extends React.Component {
|
|||
}
|
||||
presetElms.push(
|
||||
<li key={i} style={{ color, lineHeight: `${ENTRY_HEIGHT}px` }}>
|
||||
{i === 0 ? "Load Local Directory" : presetKeys[presetIndex]};
|
||||
{i === 0 ? "Load Local Directory" : presetKeys[presetIndex]}
|
||||
</li>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue