mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
fix: indentation
This commit is contained in:
parent
a1b94a68ff
commit
be333d2418
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const Option = ({ option, selectedOption, onSelect }: Props) => {
|
|||
<div className={styles['label']}>{ option.label }</div>
|
||||
{
|
||||
selected && !option.level ?
|
||||
<div className={styles['icon']} />
|
||||
<div className={styles['icon']} />
|
||||
: null
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue