mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-10 21:36:48 +00:00
lint fix
This commit is contained in:
parent
ba9a5b2b48
commit
f84b5bfeb2
@ -7,7 +7,7 @@ const { publicRuntimeConfig } = getConfig();
|
||||
|
||||
const SearchBar = props => (
|
||||
<div
|
||||
className={`search-bar ${props.isSearchActive ? 'search-active': ''}`}
|
||||
className={`search-bar ${props.isSearchActive ? 'search-active' : ''}`}
|
||||
style={{ backgroundImage: `url(${publicRuntimeConfig.subDirPath}/static/img/header-bg.jpg)` }}
|
||||
>
|
||||
<div className="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user