(isNavOpen = ev.detail)} title={data.conversations.find((conv) => conv.id === $page.params.id)?.title} >
shareConversation(ev.detail.id, ev.detail.title)} on:deleteConversation={(ev) => deleteConversation(ev.detail)} />
shareConversation(ev.detail.id, ev.detail.title)} on:deleteConversation={(ev) => deleteConversation(ev.detail)} />
{#if currentError}
{/if}