diff --git a/client/src/composition/Feed/index.tsx b/client/src/composition/Feed/index.tsx index 475e0fac..6902b74b 100644 --- a/client/src/composition/Feed/index.tsx +++ b/client/src/composition/Feed/index.tsx @@ -83,7 +83,7 @@ const FeedList = () => { }); } - const subscribeToNewComments = () => { + const subscribeToNewFeeds = () => { return subscribeToMore({ document: FEEDS_SUBSCRIPTION, variables: { @@ -133,7 +133,7 @@ const FeedList = () => {