Fix: Remove remaining conflict marker in app-render.ts

This commit is contained in:
justelson 2026-01-27 13:08:48 +03:00
parent d206e2ee10
commit d9da5ef31d

View File

@ -441,7 +441,6 @@ export function renderApp(state: AppViewState) {
: nothing}
${state.tab === "chat"
<<<<<<< HEAD
? renderChat({
sessionKey: state.sessionKey,
onSessionKeyChange: (next) => {