Skip to content

Commit 749d2a4

Browse files
committed
fix: remove TypeScript syntax from JSX file (FeatureText)
1 parent 21427be commit 749d2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/src/pages/LicensePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const PeriodText = styled(Typography)`
147147
color: ${(p) => p.theme.colors.neutral600};
148148
`;
149149

150-
const FeatureText = styled(Typography)<{ $included: boolean }>`
150+
const FeatureText = styled(Typography)`
151151
font-size: 14px;
152152
color: ${(p) => p.$included ? p.theme.colors.neutral800 : p.theme.colors.neutral500};
153153
text-decoration: ${(p) => p.$included ? 'none' : 'line-through'};

0 commit comments

Comments
 (0)