From bc7671fe802ae166600779ce3d15486b6270c6d0 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Wed, 28 May 2025 18:05:22 +0530 Subject: [PATCH] CASH-761 formatting --- .../mobile-location-modal-questions.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 33a443d5a..b8b254be7 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -68,7 +68,6 @@ import { // Validation import { useField } from "vee-validate"; import { v4 as uuidv4 } from "uuid"; -import { FALSE } from "sass"; export default { name: "mobile-location-modal-questions", @@ -304,10 +303,6 @@ export default { .update-mobile-location-text-link { white-space: pre-line; } - // .address-questions-container { - // margin-top: 1rem; - // } - .text-black { color: $black; }