Skip to content
Snippets Groups Projects
Commit f0cda61e authored by Tiago Evangelista Pinto's avatar Tiago Evangelista Pinto
Browse files

fix review

parent 4113ffb9
No related branches found
No related tags found
No related merge requests found
import { Story } from '@storybook/react';
import React from 'react';
import NotAvailableContent from './NotAvailableContent';
import NotAvailableContentWrapper from './NotAvailableContentWrapper';
import NotAvailableOnCall from './NotAvailableOnCall';
export const Default: Story = () => (
<NotAvailableContentWrapper>
<NotAvailableContent text='Messages are not available on phone calls' icon='message' />
</NotAvailableContentWrapper>
);
export const Default: Story = () => <NotAvailableOnCall />;
export default {
title: 'components/Composer/NotAvailableOnCall',
component: Default,
component: NotAvailableOnCall,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment