Rename test-only MessageParents to ConversationContext

This commit is contained in:
Scott Nonnenberg 2018-04-05 12:41:48 -07:00
parent 61a7846149
commit cdd16c9780
No known key found for this signature in database
GPG key ID: 5F82280C35134661
7 changed files with 35 additions and 44 deletions

View file

@ -1,6 +1,6 @@
```jsx
<util.MessageParents theme={util.theme}>
<util.ConversationContext theme={util.theme}>
<Message />
</util.MessageParents>
</util.ConversationContext>
```