chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-11 16:44:25 -07:00
parent b9f8779461
commit b81619da7e
3 changed files with 11 additions and 17 deletions

View file

@ -315,15 +315,15 @@ export function LayoutShell({
</div>
</main>
{/* Right panel — tabbed Sources/Report (desktop only) */}
{documentsPanel && (
<RightPanel
documentsPanel={{
open: documentsPanel.open,
onOpenChange: documentsPanel.onOpenChange,
}}
/>
)}
{/* Right panel — tabbed Sources/Report (desktop only) */}
{documentsPanel && (
<RightPanel
documentsPanel={{
open: documentsPanel.open,
onOpenChange: documentsPanel.onOpenChange,
}}
/>
)}
{/* Inbox Sidebar - slide-out panel */}
{inbox && (