From be919f1bca5427bfa9662df14ea9f035f7614d68 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 4 Jun 2024 17:06:16 -0300 Subject: [PATCH] Refactor: Remove commented code for chat history tab in IOModal --- src/frontend/src/modals/IOModal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/modals/IOModal/index.tsx b/src/frontend/src/modals/IOModal/index.tsx index 100a48785..001ea4b9e 100644 --- a/src/frontend/src/modals/IOModal/index.tsx +++ b/src/frontend/src/modals/IOModal/index.tsx @@ -167,9 +167,9 @@ export default function IOModal({ {outputs.length > 0 && ( Outputs )} - {haveChat && ( + {/* {haveChat && ( History - )} + )} */}