Use the correct prop name

This commit is contained in:
Johan Gunawan 2022-12-15 11:42:20 -05:00
parent ad40194e10
commit 48cf80aabf

View file

@ -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 {