Removed redundant code
This commit is contained in:
parent
4ca01e5a02
commit
c806c6e304
|
@ -24,7 +24,6 @@ import { apiClient } from '../../../utils/apiClient'
|
|||
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
|
||||
import { Link } from './Link'
|
||||
import { Subscribe } from '../../_shared/Subscribe'
|
||||
import { SearchModal } from '../SearchModal/SearchModal'
|
||||
|
||||
type Props = {
|
||||
title?: string
|
||||
|
@ -184,10 +183,6 @@ export const Header = (props: Props) => {
|
|||
<ConfirmModal />
|
||||
</Modal>
|
||||
|
||||
<Modal variant="wide" name="search">
|
||||
<SearchModal />
|
||||
</Modal>
|
||||
|
||||
<div class={clsx(styles.mainHeaderInner, 'wide-container')}>
|
||||
<nav class={clsx('row', styles.headerInner, { ['fixed']: fixed() })}>
|
||||
<div class={clsx(styles.burgerContainer, 'col-auto')}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user