diff --git a/store/postwoman.js b/store/postwoman.js index acab67759..4b8eb235c 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -140,7 +140,6 @@ export const mutations = { editCollection({ collections }, payload) { const { collection: { name }, collectionIndex } = payload; - // const { name } = collection; const duplicateCollection = collections.some( item => item.name.toLowerCase() === name.toLowerCase() );