mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
This commit is contained in:
parent
aa3dedf8be
commit
10a36d2c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ const NumberInput = forwardRef<HTMLInputElement, Props>(({ defaultValue, showBut
|
|||
</Button>
|
||||
: null
|
||||
}
|
||||
<div className={classnames(styles['number-display'], showButtons ? styles['buttons-container'] : '')}>
|
||||
<div className={classnames(styles['number-display'], { [styles['buttons-container']]: showButtons })}>
|
||||
{
|
||||
props.label ?
|
||||
<div className={styles['label']}>{props.label}</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue