hide chat history button
This commit is contained in:
@@ -92,12 +92,6 @@ const prevLiveLengthRef = useRef(0);
|
||||
{view !== "ai" && (
|
||||
<button style={s.headerNavBtn} onClick={() => openView("ai")}>AI</button>
|
||||
)}
|
||||
<button
|
||||
style={{ ...s.headerNavBtn, ...(view === "history" ? s.headerNavBtnActive : {}) }}
|
||||
onClick={() => openView("history")}
|
||||
>
|
||||
History
|
||||
</button>
|
||||
<button style={s.headerClose} onClick={toggleOpen} aria-label="Close">✕</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user