Skip to content

Commit 5e85cba

Browse files
committed
Added value I forgot to definition
1 parent c4e2c3a commit 5e85cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbox/hardware_components/color_sensor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function getBlocks(componentName: string): ToolboxItems.ContentsType[] {
7272
tooltip: 'Get the color in rgb (red, green, blue).',
7373
importModule: '',
7474
componentClassName: 'rev.ColorRangeSensor',
75-
componentName,
75+
componentName : componentName,
7676
},
7777
fields: {
7878
COMPONENT_NAME: componentName,

0 commit comments

Comments
 (0)