From 5afbe035d063663c12bfa7a556badd42993d5ddc Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 29 Sep 2023 20:37:52 +0300 Subject: [PATCH] fix warning --- src/pages/Dashboard/DashboardCardWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard/DashboardCardWrapper.tsx b/src/pages/Dashboard/DashboardCardWrapper.tsx index c0637e60..2c572db9 100644 --- a/src/pages/Dashboard/DashboardCardWrapper.tsx +++ b/src/pages/Dashboard/DashboardCardWrapper.tsx @@ -1,7 +1,7 @@ import { Shadow } from '@status-im/components' type DashboardCardWrapperProps = { - children: React.ReactNode + children: string padding?: string width: string }