Skip to content

Commit 08f85f6

Browse files
author
Vlad Balin
committed
cosmetic
1 parent 81301d4 commit 08f85f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/main.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const SimpleBinding = ({ strLink, boolLink }) => {
8181
</label>
8282
</fieldset>
8383
);
84-
}
84+
};
8585

8686
const DeepLinkedInputs = ({ objLink }) => {
8787
const arrayLink = objLink.at( 'text' );
@@ -95,7 +95,7 @@ const DeepLinkedInputs = ({ objLink }) => {
9595
<button onClick={ arrayLink.action( arr => ( arr.push( '' ), arr ) )}>Add</button>
9696
</fieldset>
9797
);
98-
}
98+
};
9999

100100
const CheckboxObjGroup = ({ flagsLink }) => (
101101
<fieldset>

0 commit comments

Comments
 (0)