From 770dff707578e02d56dcb322813740be812799dd Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sat, 8 Jun 2024 13:06:52 -0300 Subject: [PATCH] chore: Update tab label in IOModal component --- src/frontend/src/modals/IOModal/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/modals/IOModal/index.tsx b/src/frontend/src/modals/IOModal/index.tsx index 47f826b50..e047a3694 100644 --- a/src/frontend/src/modals/IOModal/index.tsx +++ b/src/frontend/src/modals/IOModal/index.tsx @@ -208,7 +208,9 @@ export default function IOModal({ {outputs.length > 0 && ( Outputs )} - {haveChat && History} + {haveChat && ( + Memories + )}