Skip to content

Commit a09e39f

Browse files
committed
chore: Simplify IOCell
1 parent ffdf9b6 commit a09e39f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell

src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/IOCell.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ interface IOCellProps {
2828
artifact: ArtifactNodeResponse | null | undefined;
2929
}
3030

31+
// PLACEHOLDER COMMENT
32+
3133
const IOCell = ({ name, type, artifact }: IOCellProps) => {
3234
const artifactData = artifact?.artifact_data;
3335
const inlineValue = artifactData?.value;

0 commit comments

Comments
 (0)