Skip to content

Commit 5227607

Browse files
committed
chore: Simplify IOCell
1 parent faf59cb commit 5227607

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
@@ -26,6 +26,8 @@ interface IOCellProps {
2626
artifact: ArtifactNodeResponse | null | undefined;
2727
}
2828

29+
// PLACEHOLDER COMMENT
30+
2931
const IOCell = ({ name, type, artifact }: IOCellProps) => {
3032
const artifactData = artifact?.artifact_data;
3133
const inlineValue = artifactData?.value;

0 commit comments

Comments
 (0)