We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d9cad commit 640a8b3Copy full SHA for 640a8b3
src/components/CreateLink.js
@@ -63,7 +63,7 @@ class CreateLink extends Component {
63
query: FEED_QUERY,
64
variables: { first, skip, orderBy }
65
})
66
- data.feed.links.splice(0, 0, post)
+ data.feed.links.unshift(post)
67
data.feed.links.pop()
68
cache.writeQuery({
69
0 commit comments