From 07dd165e33e82e66fdd97625bc82b66a4e8492eb Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 18 Apr 2021 22:31:52 -0400 Subject: [PATCH] Add MUI TableCell link to ItemTableCell stories --- src/components/ItemTableCell/ItemTableCell.stories.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/ItemTableCell/ItemTableCell.stories.mdx b/src/components/ItemTableCell/ItemTableCell.stories.mdx index 3f24292..3414a8f 100644 --- a/src/components/ItemTableCell/ItemTableCell.stories.mdx +++ b/src/components/ItemTableCell/ItemTableCell.stories.mdx @@ -2,15 +2,13 @@ import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import ItemTableCell from "./ItemTableCell"; import { Paper } from '@material-ui/core'; -The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling. - - - +The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling. + ## Default