fix(web): header div props error (#2607)

This commit is contained in:
Hyden Liu
2023-05-31 10:34:42 +08:00
committed by Himself65
parent 8281fa49c1
commit e4ba72853d

View File

@@ -218,7 +218,6 @@ export const Header = forwardRef<
data-has-warning={showWarning}
data-open={open}
data-sidebar-floating={appSidebarFloating}
{...props}
>
{showGuideDownloadClientTip ? (
<DownloadClientTip />