Use string for visible
This commit is contained in:
parent
dae06b9087
commit
e0c809867e
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ const AwakeningSelect = (props: Props) => {
|
||||||
max={maxValue}
|
max={maxValue}
|
||||||
step="1"
|
step="1"
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
visible={awakeningType !== -1}
|
visible={`${awakeningType !== -1}`}
|
||||||
ref={awakeningLevelInput}
|
ref={awakeningLevelInput}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue