Merge branch 'prepare-inbox' of github.com:Discours/discoursio-webapp into prepare-inbox

This commit is contained in:
tonyrewin 2022-12-12 10:42:51 +03:00
commit 88cfb70683

View File

@ -240,7 +240,7 @@ export const InboxView = () => {
.name .name
} }
body={messageToReply().body} body={messageToReply().body}
cancel={() => setMessageToReply(undefined)} cancel={() => setMessageToReply(null)}
/> />
</Show> </Show>
<div class={styles.wrapper}> <div class={styles.wrapper}>