remove TODO

main
Mike Fix 3 years ago
parent 16f95dc564
commit b675fc6328
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -16,7 +16,6 @@ const ThemeCreate = dynamic(() => import('./ThemeCreate'), {
const ThemeItem = ({ children, item, isSelected, remove }) => (
<div className="theme-item">
{children}
{/* TODO only show if isSelected */}
{item.referral && (
<div style={{ margin: `0 ${isSelected ? 8 : 0}px 0 8px` }}>
<ReferralLink href={item.referral}>Purchase</ReferralLink>

Loading…
Cancel
Save