This commit is contained in:
@@ -25,7 +25,7 @@ const CreateWish: FC<CreateWishProps> = (props) => {
|
||||
}
|
||||
value={props.wish.name}
|
||||
/>
|
||||
<div className={props.hasFocus ? 'block' : 'hidden'}>
|
||||
<div className={`${props.hasFocus ? 'block' : 'hidden'}`}>
|
||||
<InnerWishPrompt wish={props.wish} onChange={props.onSubmit} />
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user