Refactor: Remove commented code for chat history tab in IOModal

This commit is contained in:
anovazzi1 2024-06-04 17:06:16 -03:00
commit be919f1bca

View file

@ -167,9 +167,9 @@ export default function IOModal({
{outputs.length > 0 && (
<TabsTrigger value={"2"}>Outputs</TabsTrigger>
)}
{haveChat && (
{/* {haveChat && (
<TabsTrigger value={"3"}>History</TabsTrigger>
)}
)} */}
</TabsList>
</div>