Migrate SafetyNumberNotification to Storybook
This commit is contained in:
parent
7b75f8bb2e
commit
de72a2f6c6
3 changed files with 59 additions and 35 deletions
|
@ -4,7 +4,7 @@ import { ContactName } from './ContactName';
|
|||
import { Intl } from '../Intl';
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
|
||||
interface ContactType {
|
||||
export interface ContactType {
|
||||
id: string;
|
||||
phoneNumber?: string;
|
||||
profileName?: string;
|
||||
|
@ -25,7 +25,7 @@ export type PropsActions = {
|
|||
showIdentity: (id: string) => void;
|
||||
};
|
||||
|
||||
type Props = PropsData & PropsHousekeeping & PropsActions;
|
||||
export type Props = PropsData & PropsHousekeeping & PropsActions;
|
||||
|
||||
export class SafetyNumberNotification extends React.Component<Props> {
|
||||
public render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue