Skip to content

Commit

Permalink
🐛 fix: Address spelling issue - custom HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Nov 25, 2020
1 parent f030833 commit 4a32187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ function storeSetup(vuetify) {
return true;
}
break;
case "cardCutomHtml":
if (extension.name === "displayCardCutomHtml") {
case "cardCustomHtml":
if (extension.name === "displayCardCustomHtml") {
return true;
}
break;
Expand Down Expand Up @@ -794,7 +794,7 @@ function storeSetup(vuetify) {
}
break;
case "cardCustomHtml":
if (extension.name === "displayCardCutomHtml") {
if (extension.name === "displayCardCustomHtml") {
return true;
}
break;
Expand Down

0 comments on commit 4a32187

Please sign in to comment.