Port StickerPreviewModal to storybook

This commit is contained in:
Ken Powers 2020-04-06 12:48:58 -04:00 committed by Scott Nonnenberg
parent 6b094e1514
commit 2f2d027161
5 changed files with 99 additions and 70 deletions

View file

@ -15,7 +15,7 @@ import {
PropsHousekeeping,
} from './ConversationHeader';
import { gifObjectUrl } from '../../storybook/Fixtures';
import { gifUrl } from '../../storybook/Fixtures';
const book = storiesOf('Components/Conversation/ConversationHeader', module);
const i18n = setupI18n('en', enMessages);
@ -59,7 +59,7 @@ const stories: Array<ConversationHeaderStory> = [
props: {
color: 'red',
isVerified: true,
avatarPath: gifObjectUrl,
avatarPath: gifUrl,
name: 'Someone 🔥 Somewhere',
phoneNumber: '(202) 555-0001',
id: '1',