diff --git a/src/components/ArticleCard/LatestArticle.tsx b/src/components/ArticleCard/LatestArticle.tsx index a26763e..4e7ad9b 100644 --- a/src/components/ArticleCard/LatestArticle.tsx +++ b/src/components/ArticleCard/LatestArticle.tsx @@ -32,19 +32,19 @@ const LatestArticleCard: FunctionComponent = ({ CTAText }) => { return ( - + Green double couch with wooden legs - + {date} { )} - + {pinArticles?.map((article: any, index: number) => ( { Latest Articles + {isLoading && } + {articles && isSuccess && ( <> - + {articles?.map((article: any, index: any) => ( { )} - - {isLoading && } - ) }