Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Jul 12, 2024
1 parent 54800a5 commit d5aa555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const RenderResponseDetail = () => {

const responseData = histories?.[1]?.responseData || [];

return isChatting ? '进行中' : <ResponseBox response={responseData} showDetail={true} />;
return isChatting ? <>{'进行中'}</> : <ResponseBox response={responseData} showDetail={true} />;
};

export default RenderResponseDetail;

0 comments on commit d5aa555

Please sign in to comment.