Skip to content
Snippets Groups Projects
Commit e93118c7 authored by aliasaria's avatar aliasaria
Browse files

don't show regenerate button unless on a bot message

parent 440cfb6a
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ export default function ChatBubble({ ...@@ -227,7 +227,7 @@ export default function ChatBubble({
onClick={() => deleteChat(chatId)} onClick={() => deleteChat(chatId)}
/> />
</span> </span>
{isLastMessage && ( {isLastMessage && pos == 'bot' && (
<> <>
&nbsp;&nbsp; &nbsp;&nbsp;
<span> <span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment