From 617863fb54cde18dccecea6b4c243824700c6b56 Mon Sep 17 00:00:00 2001 From: nicosampler Date: Tue, 28 Jul 2020 19:09:29 -0300 Subject: [PATCH] fix TS error --- src/routes/safe/components/Apps/index.tsx | 7 +- yarn.lock | 861 +--------------------- 2 files changed, 32 insertions(+), 836 deletions(-) diff --git a/src/routes/safe/components/Apps/index.tsx b/src/routes/safe/components/Apps/index.tsx index 456ea9b5..88a025c5 100644 --- a/src/routes/safe/components/Apps/index.tsx +++ b/src/routes/safe/components/Apps/index.tsx @@ -26,6 +26,9 @@ import { SafeApp, StoredSafeApp } from './types' const APPS_STORAGE_KEY = 'APPS_STORAGE_KEY' const APPS_LEGAL_DISCLAIMER_STORAGE_KEY = 'APPS_LEGAL_DISCLAIMER_STORAGE_KEY' +const StyledCard = styled(Card)` + margin-bottom: 24px; +` const StyledIframe = styled.iframe` padding: 15px; box-sizing: border-box; @@ -419,11 +422,11 @@ function Apps({ closeModal, closeSnackbar, enqueueSnackbar, openModal }) { */} ) : ( - + No Apps Enabled - + )}