mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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()}
|
{this.renderTitle()}
|
||||||
<Box
|
<Box
|
||||||
className="settings-page__header__title-container__search"
|
className="settings-page__header__title-container__search"
|
||||||
display={[Display.BLOCK]}
|
display={[Display.Block]}
|
||||||
>
|
>
|
||||||
<SettingsSearch
|
<SettingsSearch
|
||||||
onSearch={({ searchQuery = '', results = [] }) => {
|
onSearch={({ searchQuery = '', results = [] }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user