Use node id instead of slug when updating loading articles
This commit is contained in:
@ -224,7 +224,7 @@ export function HomeFeedContainer(): JSX.Element {
|
||||
if (itemsToUpdate.length > 0) {
|
||||
const link = await articleQuery({
|
||||
username,
|
||||
slug: item.node.slug,
|
||||
slug: item.node.id,
|
||||
includeFriendsHighlights: false,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user