fix: remove unused code snippet
This commit is contained in:
parent
d2b73a8942
commit
5a56081a29
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue