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 2ea4913 commit 4127369Copy full SHA for 4127369
src/app/components/Action.tsx
@@ -16,7 +16,7 @@ interface ActionProps {
16
handleOnkeyDown: (e: any, i: number) => void;
17
}
18
19
-/* // gabi and nate :: index and delta props were removed from Action.jsx */
+/* // gabi :: index and delta props were removed from Action.jsx */
20
// viewIndex and handleonkeyDown added to props
21
const Action = (props: ActionProps) => {
22
const {
0 commit comments