Skip to content

Commit f930ba6

Browse files
authored
fix: issues before release (#810)
1 parent ab3eac4 commit f930ba6

File tree

4 files changed

+911
-1
lines changed

4 files changed

+911
-1
lines changed

.dumi/theme/layouts/GlobalLayout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const GlobalLayout: React.FC = () => {
1212
const { locale } = useIntl();
1313

1414
return (
15+
// @ts-ignore ts props error in dumi theme
1516
<ThemeGlobalLayout>
1617
<Web3ConfigProvider locale={locale === 'zh-CN' ? zh_CN : en_US}>
1718
<SiteThemeProvider themeMode={color || 'auto'}>

0 commit comments

Comments
 (0)