mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old code
This commit is contained in:
parent
d6982ae1a4
commit
3926154fec
1 changed files with 0 additions and 48 deletions
|
|
@ -218,54 +218,6 @@ export default function Debug(): JSX.Element {
|
|||
)
|
||||
})}
|
||||
</Box>
|
||||
{/*
|
||||
{sortedAttributes.length > 0 ? (
|
||||
sortedAttributes.map((attribute, i) => {
|
||||
return (
|
||||
<SettingsTableRow
|
||||
key={attribute.name}
|
||||
title={attribute.name}
|
||||
isLast={i === sortedAttributes.length - 1}
|
||||
sublineElement={
|
||||
<></>
|
||||
// <StyledText
|
||||
// css={{
|
||||
// my: '5px',
|
||||
// fontSize: '11px',
|
||||
// a: {
|
||||
// color: '$omnivoreCtaYellow',
|
||||
// },
|
||||
// }}
|
||||
// >
|
||||
// {`created ${formattedShortDate(email.createdAt)}, `}
|
||||
// <Link
|
||||
// href="/settings/subscriptions"
|
||||
// legacyBehavior
|
||||
// >{`${email.subscriptionCount} subscriptions`}</Link>
|
||||
// </StyledText>
|
||||
}
|
||||
// titleElement={
|
||||
// <CopyTextBtnWrapper
|
||||
// css={{
|
||||
// marginLeft: '20px',
|
||||
// '@mdDown': {
|
||||
// marginRight: '10px',
|
||||
// },
|
||||
// }}
|
||||
// >
|
||||
// <CopyTextButton
|
||||
// text={email.address}
|
||||
// type={TextType.EmailAddress}
|
||||
// />
|
||||
// </CopyTextBtnWrapper>
|
||||
// }
|
||||
/>
|
||||
)
|
||||
})
|
||||
) : (
|
||||
<EmptySettingsRow text={isLoading ? '-' : 'Loading'} />
|
||||
)}
|
||||
</SettingsTable> */}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue