Skip to content

Commit 52456d7

Browse files
author
Carlos Rufo Jimenez
committed
😓
2 parents 28d0999 + 114f2ce commit 52456d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/LinkListSubscriptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class LinkListSubscriptions extends Component {
6969
return Object.assign({}, prev, {
7070
feed: {
7171
links: [newLink, ...prev.feed.links],
72-
count: prev.feed.links.lenght + 1,
72+
count: prev.feed.links.length + 1,
7373
__typename: prev.feed.__typename
7474
}
7575
})

0 commit comments

Comments
 (0)