File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
services/one-app/src/component/Article Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,11 @@ import 'react-lazy-load-image-component/src/effects/opacity.css';
55
66import { formatDateTime } from '@ahhachul/utils' ;
77
8- // import { CommentIcon, DotIcon } from '@/asset/icon';
98import type { IPost } from '@/types' ;
109import { cn , isLexicalContent } from '@/util' ;
1110
1211import { ReadonlyEditor } from '../Editor' ;
1312
14- // import { SUBWAY_LOGO_SVG_LIST } from '../Subway/subway-logo-icon-map';
15-
1613interface Props {
1714 post : IPost ;
1815}
Original file line number Diff line number Diff 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%"
You can’t perform that action at this time.
0 commit comments