A few small bug fixes
This commit is contained in:
parent
887b2c1db1
commit
efaaafa370
9 changed files with 72 additions and 31 deletions
|
@ -18,6 +18,8 @@ import { renderEmojiPicker } from './renderEmojiPicker';
|
|||
|
||||
type MessageDetailProps = ComponentProps<typeof MessageDetail>;
|
||||
|
||||
export { Contact } from '../../components/conversation/MessageDetail';
|
||||
|
||||
export type OwnProps = {
|
||||
contacts: Array<Contact>;
|
||||
errors: Array<Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue