CSR-1384: remove old method
This commit is contained in:
parent
e7d2d47048
commit
83099186e0
1 changed files with 0 additions and 3 deletions
|
|
@ -94,9 +94,6 @@ export default {
|
||||||
closeModal(modalName) {
|
closeModal(modalName) {
|
||||||
this.$refs[modalName].closeModal();
|
this.$refs[modalName].closeModal();
|
||||||
},
|
},
|
||||||
formatString(str) {
|
|
||||||
return String(str).replaceAll(" ", "-");
|
|
||||||
},
|
|
||||||
addRainDefenseToCart(modalName, part) {
|
addRainDefenseToCart(modalName, part) {
|
||||||
const alreadyInCart = this.currentCartItems.vaps.some((item) => {
|
const alreadyInCart = this.currentCartItems.vaps.some((item) => {
|
||||||
return item.partType === part.partType;
|
return item.partType === part.partType;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue