File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33import { ListComponent } from 'src/components/List'
44import { useGetArticles } from '../api/getArticles'
55import { ArticleType , CardPropsType } from 'src/types'
6- import { ProductHuntPlaceholder } from 'src/components/placeholders'
76import { useUserPreferences } from 'src/stores/preferences'
87import { getCardTagsValue } from 'src/utils/DataEnhancement'
98import ArticleItem from './ArticleItem'
@@ -90,7 +89,6 @@ export function DevtoCard(props: CardPropsType) {
9089 isLoading = { getIsLoading ( ) }
9190 renderItem = { renderItem }
9291 withAds = { withAds }
93- placeholder = { < ProductHuntPlaceholder /> }
9492 />
9593 </ CardComponent >
9694 )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33import { ListComponent } from 'src/components/List'
44import { useGetArticles } from '../api/getArticles'
55import { ArticleType , CardPropsType } from 'src/types'
6- import { ProductHuntPlaceholder } from 'src/components/placeholders'
76import { useUserPreferences } from 'src/stores/preferences'
87import { getCardTagsValue } from 'src/utils/DataEnhancement'
98import ArticleItem from './ArticleItem'
@@ -90,7 +89,6 @@ export function HashnodeCard(props: CardPropsType) {
9089 isLoading = { getIsLoading ( ) }
9190 renderItem = { renderItem }
9291 withAds = { withAds }
93- placeholder = { < ProductHuntPlaceholder /> }
9492 />
9593 </ CardComponent >
9694 )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33import { ListComponent } from 'src/components/List'
44import { useGetArticles } from '../api/getArticles'
55import { ArticleType , CardPropsType } from 'src/types'
6- import { ProductHuntPlaceholder } from 'src/components/placeholders'
76import { useUserPreferences } from 'src/stores/preferences'
87import { getCardTagsValue } from 'src/utils/DataEnhancement'
98import ArticleItem from './ArticleItem'
@@ -90,7 +89,6 @@ export function MediumCard(props: CardPropsType) {
9089 isLoading = { getIsLoading ( ) }
9190 renderItem = { renderItem }
9291 withAds = { withAds }
93- placeholder = { < ProductHuntPlaceholder /> }
9492 />
9593 </ CardComponent >
9694 )
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import CardComponent from '../../../components/CardComponent'
22import { ListComponent } from 'src/components/List'
33import { useGetArticles } from '../api/getArticles'
44import { ArticleType , CardPropsType } from 'src/types'
5- import { ProductHuntPlaceholder } from 'src/components/placeholders'
65import { useUserPreferences } from 'src/stores/preferences'
76import { getCardTagsValue } from 'src/utils/DataEnhancement'
87import ArticleItem from './ArticleItem'
@@ -41,7 +40,6 @@ export function RedditCard(props: CardPropsType) {
4140 isLoading = { getIsLoading ( ) }
4241 renderItem = { renderItem }
4342 withAds = { withAds }
44- placeholder = { < ProductHuntPlaceholder /> }
4543 />
4644 </ CardComponent >
4745 )
You can’t perform that action at this time.
0 commit comments