Skip to content

Commit 5dee6f3

Browse files
committed
remove a comment
1 parent 2beed9d commit 5dee6f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/organisms/ErrorRecoveryFlows/hooks/useRecoveryToasts.ts

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export function useRecoveryFullCommandText(
110110
): string | null {
111111
const { commandTextData, stepNumber } = props
112112

113-
// TODO TOME: I think you are looking one command to far, for some reason.
114113
const relevantCmdIdx = stepNumber ?? -1
115114
const relevantCmd = commandTextData?.commands[relevantCmdIdx - 1] ?? null
116115

0 commit comments

Comments
 (0)