fix TS error
This commit is contained in:
parent
bbfa7d8166
commit
617863fb54
|
@ -26,6 +26,9 @@ import { SafeApp, StoredSafeApp } from './types'
|
||||||
const APPS_STORAGE_KEY = 'APPS_STORAGE_KEY'
|
const APPS_STORAGE_KEY = 'APPS_STORAGE_KEY'
|
||||||
const APPS_LEGAL_DISCLAIMER_STORAGE_KEY = 'APPS_LEGAL_DISCLAIMER_STORAGE_KEY'
|
const APPS_LEGAL_DISCLAIMER_STORAGE_KEY = 'APPS_LEGAL_DISCLAIMER_STORAGE_KEY'
|
||||||
|
|
||||||
|
const StyledCard = styled(Card)`
|
||||||
|
margin-bottom: 24px;
|
||||||
|
`
|
||||||
const StyledIframe = styled.iframe`
|
const StyledIframe = styled.iframe`
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -419,11 +422,11 @@ function Apps({ closeModal, closeSnackbar, enqueueSnackbar, openModal }) {
|
||||||
</LCL.Footer> */}
|
</LCL.Footer> */}
|
||||||
</LCL.Wrapper>
|
</LCL.Wrapper>
|
||||||
) : (
|
) : (
|
||||||
<Card style={{ marginBottom: '24px' }}>
|
<StyledCard>
|
||||||
<Centered>
|
<Centered>
|
||||||
<Title size="xs">No Apps Enabled</Title>
|
<Title size="xs">No Apps Enabled</Title>
|
||||||
</Centered>
|
</Centered>
|
||||||
</Card>
|
</StyledCard>
|
||||||
)}
|
)}
|
||||||
<CenteredMT>
|
<CenteredMT>
|
||||||
<IconText
|
<IconText
|
||||||
|
|
Loading…
Reference in New Issue