test
This commit is contained in:
parent
a2c80432fd
commit
446ac598c5
|
@ -24,6 +24,7 @@ import { apiClient } from '../../../utils/apiClient'
|
||||||
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
|
import { RANDOM_TOPICS_COUNT } from '../../Views/Home'
|
||||||
import { Link } from './Link'
|
import { Link } from './Link'
|
||||||
import { Subscribe } from '../../_shared/Subscribe'
|
import { Subscribe } from '../../_shared/Subscribe'
|
||||||
|
import { ShowOnlyOnClient } from '../../_shared/ShowOnlyOnClient'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
title?: string
|
title?: string
|
||||||
|
@ -527,8 +528,9 @@ export const Header = (props: Props) => {
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
<ShowOnlyOnClient>
|
||||||
<Snackbar />
|
<Snackbar />
|
||||||
|
</ShowOnlyOnClient>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user