From 48cf80aabf18d87649696ec5ae55bef9bfa06b13 Mon Sep 17 00:00:00 2001 From: Johan Gunawan Date: Thu, 15 Dec 2022 11:42:20 -0500 Subject: [PATCH] Use the correct prop name --- src/common-components/button-question/button-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 69a5a39c..f7c08366 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -134,7 +134,7 @@ export default { if (this.isOverflowScrollable) { return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0"; } - else if (this.buttonType == "listCard") { + else if (this.buttonTypeString === "listCard") { return "w-100"; } else {