We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d5e9b commit 81d8c8cCopy full SHA for 81d8c8c
src/app/components/Action.tsx
@@ -22,7 +22,7 @@ interface ActionProps {
22
componentData: { actualDuration: number } | undefined;
23
routePath: any;
24
state?: Record<string, unknown>;
25
- viewIndex: number | unknown;
+ viewIndex: number | undefined;
26
isCurrIndex: boolean;
27
handleOnkeyDown: (e: any, i: number) => any;
28
}
0 commit comments