Skip to content

Commit be5148b

Browse files
committed
Fix lint
1 parent 8b5e608 commit be5148b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/shared/instance-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ export const insertWebstudioFragmentCopy = ({
912912
}
913913
}
914914

915-
for (let prop of fragment.props) {
915+
for (const prop of fragment.props) {
916916
if (instanceIds.has(prop.instanceId)) {
917917
props.set(prop.id, prop);
918918
}

0 commit comments

Comments
 (0)