Skip to content

Commit f54fd4e

Browse files
committed
fix placeholders
1 parent 65543b9 commit f54fd4e

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/features/devtoCard/components/DevtoCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33
import { ListComponent } from 'src/components/List'
44
import { useGetArticles } from '../api/getArticles'
55
import { ArticleType, CardPropsType } from 'src/types'
6-
import { ProductHuntPlaceholder } from 'src/components/placeholders'
76
import { useUserPreferences } from 'src/stores/preferences'
87
import { getCardTagsValue } from 'src/utils/DataEnhancement'
98
import 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
)

src/features/hashnodeCard/components/HashnodeCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33
import { ListComponent } from 'src/components/List'
44
import { useGetArticles } from '../api/getArticles'
55
import { ArticleType, CardPropsType } from 'src/types'
6-
import { ProductHuntPlaceholder } from 'src/components/placeholders'
76
import { useUserPreferences } from 'src/stores/preferences'
87
import { getCardTagsValue } from 'src/utils/DataEnhancement'
98
import 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
)

src/features/mediumCard/components/MediumCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import CardComponent from 'src/components/CardComponent'
33
import { ListComponent } from 'src/components/List'
44
import { useGetArticles } from '../api/getArticles'
55
import { ArticleType, CardPropsType } from 'src/types'
6-
import { ProductHuntPlaceholder } from 'src/components/placeholders'
76
import { useUserPreferences } from 'src/stores/preferences'
87
import { getCardTagsValue } from 'src/utils/DataEnhancement'
98
import 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
)

src/features/redditCard/components/RedditCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import CardComponent from '../../../components/CardComponent'
22
import { ListComponent } from 'src/components/List'
33
import { useGetArticles } from '../api/getArticles'
44
import { ArticleType, CardPropsType } from 'src/types'
5-
import { ProductHuntPlaceholder } from 'src/components/placeholders'
65
import { useUserPreferences } from 'src/stores/preferences'
76
import { getCardTagsValue } from 'src/utils/DataEnhancement'
87
import 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
)

0 commit comments

Comments
 (0)