fix(ui): minor tidy

This commit is contained in:
psychedelicious 2023-04-23 00:45:03 +10:00
parent b73fd2a6d2
commit d26b44104a
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,6 @@ const FieldHandle = (props: FieldHandleProps) => {
const { nodeId, field, isValidConnection, handleType, styles } = props;
const { name, title, type, description } = field;
console.log(props);
return (
<Tooltip
label={type}

View File

@ -119,7 +119,9 @@ const IAINodeInputs = (props: IAINodeInputsProps) => {
);
if (index < inputSockets.length) {
IAINodeInputsToRender.push(<Divider />);
IAINodeInputsToRender.push(
<Divider key={`${inputSocket.id}.divider`} />
);
}
IAINodeInputsToRender.push(