mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fix for shifted conversation
This commit is contained in:
parent
b3e1786cde
commit
16342acfcd
@ -133,7 +133,9 @@ export function Session() {
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<Welcome />
|
||||
<div class="reframe">
|
||||
<Welcome />
|
||||
</div>
|
||||
{ state.conversation && (
|
||||
<div class="reframe">
|
||||
<Conversation closeConversation={actions.closeConversation}
|
||||
|
Loading…
Reference in New Issue
Block a user