diff --git a/client/src/components/modules/SnapshotListItem.vue b/client/src/components/modules/SnapshotListItem.vue index 628b361a..4ffd6e70 100644 --- a/client/src/components/modules/SnapshotListItem.vue +++ b/client/src/components/modules/SnapshotListItem.vue @@ -130,7 +130,7 @@ export default { const { id, title } = snapshot; store.writeFragment({ id, - fragment: SNAPSHOT_FRAGMENT, + fragment: SnapshotTitleListItem, data: { title, __typename: 'SnapshotNode', @@ -219,7 +219,7 @@ export default { ) { store.writeFragment({ id, - fragment: SNAPSHOT_FRAGMENT, + fragment: SnapshotListItemFragment, data: { shared, __typename: 'SnapshotNode',