mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove Placeholder Image
This commit is contained in:
parent
3a65ee3a6c
commit
f85ec33ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue