Skip to content

Commit 7aba2e9

Browse files
committed
fix: remove unused prop
1 parent 20460fd commit 7aba2e9

File tree

1 file changed

+1
-2
lines changed
  • packages/frontend/src/components/ExecutionStep

1 file changed

+1
-2
lines changed

packages/frontend/src/components/ExecutionStep/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ export default function ExecutionStep({
4040
executionStep,
4141
isInForEach,
4242
}: ExecutionStepProps): React.ReactElement | null {
43-
const { appKey, jobId, key, errorDetails, status } = executionStep
43+
const { appKey, jobId, errorDetails, status } = executionStep
4444

4545
const { app, appName, statusIcon, hasError, isPartialSuccess, canRetry } =
4646
useExecutionStepStatus({
4747
appKey,
48-
stepKey: key,
4948
status,
5049
errorDetails,
5150
execution,

0 commit comments

Comments
 (0)