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

This commit is contained in:
Hyden Liu
2023-05-31 10:34:42 +08:00
committed by GitHub
parent 31d552ab7e
commit 2713340532

View File

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