Add attributes inspector and explicit dispatch support (#144)
This commit is contained in:
@@ -52,11 +52,5 @@ export const EditableNameValueRow: React.FC<EditableNameValueRowProps> = ({
|
||||
</div>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<NameValueRow
|
||||
name={name}
|
||||
value={value}
|
||||
valueColor={valueColor}
|
||||
/>
|
||||
);
|
||||
return <NameValueRow name={name} value={value} valueColor={valueColor} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user