Skip to content

Commit a41adbe

Browse files
committed
Format via hatch run javascript:fix
1 parent 88c3ce6 commit a41adbe

File tree

1 file changed

+1
-1
lines changed
  • src/js/packages/@reactpy/client/src

1 file changed

+1
-1
lines changed

src/js/packages/@reactpy/client/src/vdom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function createAttributes(
147147
if (model.attributes) {
148148
model.attributes.key = model.key;
149149
} else {
150-
model.attributes = {key: model.key};
150+
model.attributes = { key: model.key };
151151
}
152152
}
153153
return Object.fromEntries(

0 commit comments

Comments
 (0)