Remove Placeholder Image

This commit is contained in:
Thomas Rogers
2023-09-01 18:32:30 +02:00
parent 3a65ee3a6c
commit f85ec33ec7

View File

@ -224,7 +224,7 @@ export function HomeFeedContainer(): JSX.Element {
if (link && link.state != 'PROCESSING') {
const updatedArticle = { ...item }
updatedArticle.node = { ...item.node, ...link, image: "https://cdn.arstechnica.net/wp-content/uploads/2023/09/cpglitch-800x450.jpg" }
updatedArticle.node = { ...item.node, ...link }
updatedArticle.isLoading = false
console.log(`Updating Metadata of ${item.node.slug}.`)
performActionOnItem('update-item', updatedArticle)