A few small bug fixes

This commit is contained in:
Scott Nonnenberg 2021-05-10 15:38:18 -07:00 committed by GitHub
parent 887b2c1db1
commit efaaafa370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 72 additions and 31 deletions

View file

@ -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>;