get rid of Sessions heading
This commit is contained in:
parent
f7aaccec76
commit
7671312435
|
|
@ -149,14 +149,11 @@ export const DefaultAgentScreen: React.FC = () => {
|
||||||
// Sidebar content with sessions list
|
// Sidebar content with sessions list
|
||||||
const sidebarContent = (
|
const sidebarContent = (
|
||||||
<div className="h-full flex flex-col px-4 py-3">
|
<div className="h-full flex flex-col px-4 py-3">
|
||||||
<div className="border-b border-border pb-3">
|
|
||||||
<h2 className="text-xl font-semibold">Sessions</h2>
|
|
||||||
</div>
|
|
||||||
<SessionList
|
<SessionList
|
||||||
sessions={sessions}
|
sessions={sessions}
|
||||||
onSelectSession={handleSessionSelect}
|
onSelectSession={handleSessionSelect}
|
||||||
currentSessionId={selectedSessionId || undefined}
|
currentSessionId={selectedSessionId || undefined}
|
||||||
className="flex-1 mt-3 pr-1 -mr-1"
|
className="flex-1 pr-1 -mr-1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue