mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
Removed unused computed prop
This commit is contained in:
parent
9727a4ebb7
commit
bdd067739b
1 changed files with 0 additions and 8 deletions
|
@ -69,14 +69,6 @@ export default {
|
|||
list() {
|
||||
return this.gameLists[this.platform.code];
|
||||
},
|
||||
|
||||
isDuplicate() {
|
||||
const newListName = this.newListName.toLowerCase();
|
||||
|
||||
return this.list ?
|
||||
this.list.filter(({ name }) => name.toLowerCase() === newListName).length > 0
|
||||
: false;
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Reference in a new issue