mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 22:55:44 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -59,7 +59,7 @@ export const SearchInput = forwardRef<HTMLInputElement, PropTypes>(
|
||||
className={classNames(
|
||||
getClassName('__input'),
|
||||
value && getClassName('__input--with-text'),
|
||||
children && getClassName('__input--with-children')
|
||||
children != null && getClassName('__input--with-children')
|
||||
)}
|
||||
dir="auto"
|
||||
disabled={disabled}
|
||||
|
||||
Reference in New Issue
Block a user