From 8a48c6d8986c2f27a6c2196db7bc483d3018a26e Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 6 Dec 2023 15:16:58 -0500 Subject: [PATCH] add TODO --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e68f16d..3e4701c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -152,6 +152,7 @@ function App() { code: generatedCode, // TODO: Doesn't typecheck correctly inputs: { + // TODO: Fix this previous_commands: [], new_instruction: updateInstruction, },