Merge pull request #73 from Safelite/defect/wrong-prop-name-in-buttonQuestion
Use the correct prop name
This commit is contained in:
commit
aeb1ce6043
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue