Skip to content

Commit 807db9b

Browse files
authored
Update mrc_component.ts
1 parent aa63dbd commit 807db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/mrc_component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const COMPONENT = {
8282
const extraState: ComponentExtraState = {
8383
};
8484
extraState.params = [];
85-
if(this.mrcArgs){
85+
if (this.mrcArgs){
8686
this.mrcArgs.forEach((arg) => {
8787
extraState.params!.push({
8888
'name': arg.name,

0 commit comments

Comments
 (0)