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>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
<div class="reframe">
|
||||||
<Welcome />
|
<Welcome />
|
||||||
|
</div>
|
||||||
{ state.conversation && (
|
{ state.conversation && (
|
||||||
<div class="reframe">
|
<div class="reframe">
|
||||||
<Conversation closeConversation={actions.closeConversation}
|
<Conversation closeConversation={actions.closeConversation}
|
||||||
|
Loading…
Reference in New Issue
Block a user