File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed
features/cards/components/aiCard Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ export const Header = () => {
6161 setDNDDuration ( 'never' )
6262 }
6363
64- console . log ( 'location' , location )
65-
6664 return (
6765 < >
6866 < header className = "AppHeader" >
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ const ArticleItem = (props: BaseItemPropsType<Article>) => {
3636 < span className = "subTitle" > { item . title } </ span >
3737 </ CardLink >
3838 </ p >
39+ { listingMode === 'compact' && (
40+ < div className = "rowDetails" >
41+ < span className = "rowItem capitalize" >
42+ < GoDotFill className = "rowItemIcon" /> { item . source }
43+ </ span >
44+ </ div >
45+ ) }
3946 { listingMode === 'normal' && (
4047 < div className = "rowDetails" >
4148 < span className = "rowItem capitalize" >
You can’t perform that action at this time.
0 commit comments