Formatting
This commit is contained in:
parent
1261cb1c00
commit
07202dd3ba
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ export default {
|
|||
"Answers"
|
||||
);
|
||||
|
||||
if(!servicePackageNames) {
|
||||
if (!servicePackageNames) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ export default {
|
|||
defaultPackageText() {
|
||||
let defaultItems = this.getCmsContent(this.defaultPackageItemsCmsName, "Answers");
|
||||
|
||||
if(!defaultItems) {
|
||||
if (!defaultItems) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue