mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
UX: Fix display block value (#20131)
This commit is contained in:
parent
9575075dc1
commit
23c30d9ae1
@ -165,7 +165,7 @@ class SettingsPage extends PureComponent {
|
||||
{this.renderTitle()}
|
||||
<Box
|
||||
className="settings-page__header__title-container__search"
|
||||
display={[Display.BLOCK]}
|
||||
display={[Display.Block]}
|
||||
>
|
||||
<SettingsSearch
|
||||
onSearch={({ searchQuery = '', results = [] }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user