From 14e36db39918ae95b96b95396279079c832fbcd9 Mon Sep 17 00:00:00 2001 From: Magdalena Markusik Date: Fri, 20 Aug 2021 10:30:25 +0200 Subject: [PATCH] Refactor --- src/giftCards/GiftCardCreateDialog/ContentWithProgress.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/giftCards/GiftCardCreateDialog/ContentWithProgress.tsx b/src/giftCards/GiftCardCreateDialog/ContentWithProgress.tsx index 0587fc432..afbb27494 100644 --- a/src/giftCards/GiftCardCreateDialog/ContentWithProgress.tsx +++ b/src/giftCards/GiftCardCreateDialog/ContentWithProgress.tsx @@ -5,7 +5,6 @@ import React from "react"; interface ContentWithProgressProps { containerClassName?: string; - children: React.ReactNode | React.ReactNode[]; } export const useStyles = makeStyles( @@ -16,7 +15,7 @@ export const useStyles = makeStyles( justifyContent: "center", height: "100%", width: "100%", - padding: theme.spacing(3) + padding: theme.spacing } }), { name: "ContentWithProgress" }