Skip to content

Commit 81478f6

Browse files
committed
chore: test affected (#ci-adjust)
1 parent 65e899a commit 81478f6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

services/one-app/src/component/Article/ArticleCard.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ import 'react-lazy-load-image-component/src/effects/opacity.css';
55

66
import { formatDateTime } from '@ahhachul/utils';
77

8-
// import { CommentIcon, DotIcon } from '@/asset/icon';
98
import type { IPost } from '@/types';
109
import { cn, isLexicalContent } from '@/util';
1110

1211
import { ReadonlyEditor } from '../Editor';
1312

14-
// import { SUBWAY_LOGO_SVG_LIST } from '../Subway/subway-logo-icon-map';
15-
1613
interface Props {
1714
post: IPost;
1815
}

services/one-app/src/component/Article/RecommendArticleCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const RecommendArticleCard = ({ post }: Props) => {
2424
</div>
2525
{post?.imageUrl && (
2626
<div className=" flex items-center justify-center relative w-[50px] min-w-[50px] aspect-square">
27-
{/* TODO */}
2827
{/* <LazyLoadImage
2928
width="100%"
3029
height="100%"

0 commit comments

Comments
 (0)