We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa63dbd commit 807db9bCopy full SHA for 807db9b
src/blocks/mrc_component.ts
@@ -82,7 +82,7 @@ const COMPONENT = {
82
const extraState: ComponentExtraState = {
83
};
84
extraState.params = [];
85
- if(this.mrcArgs){
+ if (this.mrcArgs){
86
this.mrcArgs.forEach((arg) => {
87
extraState.params!.push({
88
'name': arg.name,
0 commit comments