fix(ui): remove stray v1.22.0 merge-conflict marker from ContextPanelRail.tsx

This commit is contained in:
2026-09-03 11:17:49 +00:00
parent 4042fc53a6
commit 12e36f9f7f
@@ -295,7 +295,6 @@ export const ContextPanelRail: React.FC = () => {
}
closeContextPanel(directoryKey);
}, [activeMode, closeContextPanel, directoryKey, githubAuthChecked, githubConnected]);
>>>>>>> origin/release/v1.22.0
const [isSurfacesDialogOpen, setIsSurfacesDialogOpen] = React.useState(false);