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) {
|
||||
this.$refs[modalName].closeModal();
|
||||
},
|
||||
formatString(str) {
|
||||
return String(str).replaceAll(" ", "-");
|
||||
},
|
||||
addRainDefenseToCart(modalName, part) {
|
||||
const alreadyInCart = this.currentCartItems.vaps.some((item) => {
|
||||
return item.partType === part.partType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue