From c25ff2e739fc0ed5dd5073d13367c5be62ae669c Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 3 Jan 2024 15:08:00 -0500 Subject: [PATCH] Remove unneeded function per Adam --- src/layouts/payment-method/payment-method.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 4ab6651e7..96f2fda75 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -499,9 +499,6 @@ export default { this.$route ); }, - showAlert(alert) { - this.$refs.funnelHeader.pushGlobalAlert(alert, true); - }, }, computed: { damageInfo() {