Update addons/interactions/src/components/StatusBadge/StatusBadge.stories.tsx

Co-authored-by: Tom Coleman <tom@thesnail.org>
This commit is contained in:
Gert Hengeveld 2021-09-10 10:31:16 +02:00 committed by GitHub
parent 6090399680
commit d7d01a9e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import { CallStates } from '../../types';
export default {
title: 'Addons/Interactions/StatusBadge',
component: StatusBadge,
paramaters: { layout: 'padded' },
parameters: { layout: 'padded' },
};
export const Pass = {