diff --git a/dinky-web/src/components/Flink/FlinkDag/component/DagPlanNode.tsx b/dinky-web/src/components/Flink/FlinkDag/component/DagPlanNode.tsx index 8f55bcf200..765490ab3b 100644 --- a/dinky-web/src/components/Flink/FlinkDag/component/DagPlanNode.tsx +++ b/dinky-web/src/components/Flink/FlinkDag/component/DagPlanNode.tsx @@ -17,17 +17,17 @@ * */ -import { Card, Typography } from 'antd'; +import {Card, Typography} from 'antd'; -const { Text, Paragraph } = Typography; +const {Text, Paragraph} = Typography; const DagPlanNode = (props: any) => { - const { node } = props; + const {node} = props; const data: any = node?.getData(); return ( { title={data.description} extra={{data.parallelism}} > - +
{data.description}