Fix datetile and weathertile display for 1x1 size

This commit is contained in:
ajnart
2023-01-08 13:55:51 +09:00
parent d49cfb0632
commit 9af2ee4882
3 changed files with 33 additions and 21 deletions

View File

@@ -42,7 +42,6 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => {
className="grid-stack grid-stack-sidebar"
style={{ transitionDuration: '0s', height: '100%' }}
data-sidebar={location}
// eslint-disable-next-line react/no-unknown-property
gs-min-row={minRow}
>
<WrapperContent apps={apps} refs={refs} widgets={widgets} />