Skip to content

Commit

Permalink
Fix typo in UpdateArticleReplyStatus mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 26, 2022
1 parent 8731fdf commit 61c7e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ArticleReply/ReplyActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const UPDATE_ARTICLE_REPLY_STATUS = gql`
...ReplyActionsData
...ReplyActionsDataForUser
}
${ReplyActionsData}
${ReplyActionsDataForUser}
}
${ReplyActionsData}
${ReplyActionsDataForUser}
`;

const ReplyActions = ({ articleReply }) => {
Expand Down

0 comments on commit 61c7e77

Please sign in to comment.