Migrate MessageSearchResult to Storybook

This commit is contained in:
Sidney Keese 2020-08-21 19:34:24 -07:00 committed by Josh Perez
parent 0e79f83a42
commit d27a15a3eb
3 changed files with 141 additions and 250 deletions

View file

@ -47,7 +47,7 @@ type PropsHousekeepingType = {
) => void;
};
type PropsType = PropsDataType & PropsHousekeepingType;
export type PropsType = PropsDataType & PropsHousekeepingType;
export class MessageSearchResult extends React.PureComponent<PropsType> {
public renderFromName() {