Skip to content

Commit 5716b3b

Browse files
Fix string-based style prop in chat content area
Co-authored-by: PeterDaveHello <[email protected]>
1 parent 4dced3a commit 5716b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/IndependentPanel/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function App() {
200200
</div>
201201
<div className="chat-content">
202202
{renderContent && currentSession && currentSession.conversationRecords && (
203-
<div className="chatgptbox-container" style="height:100%;">
203+
<div className="chatgptbox-container" style={{ height: '100%' }}>
204204
<ConversationCard
205205
session={currentSession}
206206
notClampSize={true}

0 commit comments

Comments
 (0)