From 6b5eedd89ce0020cb915e80acc84000f16efcb9e Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 29 Sep 2023 20:42:31 +0300 Subject: [PATCH] Update DashboardCardWrapper.tsx --- 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 2c572db9..c0637e60 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: string + children: React.ReactNode padding?: string width: string }