Skip to content

Commit

Permalink
Fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Apr 21, 2022
1 parent b26795e commit 44a90cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cells/src/cell.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ export const CustomCells: React.VFC = () => {
width: 150,
},
{
title: "Article",
title: "Range",
width: 150,
},
{
title: "Range",
title: "Article",
width: 150,
},
]}
Expand Down

0 comments on commit 44a90cc

Please sign in to comment.