Update chat.tsx

remove lingering tag
This commit is contained in:
richardclim 2025-06-19 00:16:12 -04:00
parent b9b121ac01
commit 59662d3946

View File

@ -1906,7 +1906,6 @@ function _Chat() {
}} }}
></IconButton> ></IconButton>
</div> </div>
)}
{isUser ? ( {isUser ? (
<Avatar avatar={config.avatar} /> <Avatar avatar={config.avatar} />
) : ( ) : (