Skip to content

Commit f23b582

Browse files
author
smallstone
committed
Add onInitializationFinish function and fix Header component
1 parent c4a3f8e commit f23b582

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/components/Header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ export default function Head() {
8282
<IconSettings size="1.125rem" />
8383
</ActionIcon>
8484
</div>
85-
{/* <div>
85+
<div>
8686
<ActionIcon size="sm" onClick={switchLang}>
8787
<IconLanguage size="1.125rem" />
8888
</ActionIcon>
89-
</div> */}
89+
</div>
9090
</Flex>
9191
</Flex>
9292
</Header>

0 commit comments

Comments
 (0)