Merge pull request #73 from Safelite/defect/wrong-prop-name-in-buttonQuestion

Use the correct prop name
This commit is contained in:
Johan Gunawan 2022-12-15 12:38:41 -05:00 committed by GitHub
commit aeb1ce6043

View file

@ -134,7 +134,7 @@ export default {
if (this.isOverflowScrollable) { if (this.isOverflowScrollable) {
return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0"; 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"; return "w-100";
} }
else { else {