This commit is contained in:
okbel
2018-02-28 18:07:28 -03:00
parent 70d081df4a
commit 20bec20437
3 changed files with 3 additions and 3 deletions
@@ -47,7 +47,6 @@ export default {
update: proxy => {
const editCommentFragment = gql`
fragment Talk_EditComment on Comment {
body
richTextBody
}
`;