Use string for visible

This commit is contained in:
Justin Edmund 2023-01-02 02:04:08 -08:00
parent dae06b9087
commit e0c809867e

View file

@ -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>