diff --git a/src/components/Table/Table.Overview.stories.mdx b/src/components/Table/Table.Overview.stories.mdx
index a617864e4..e37359814 100644
--- a/src/components/Table/Table.Overview.stories.mdx
+++ b/src/components/Table/Table.Overview.stories.mdx
@@ -794,7 +794,7 @@ See `Based on cell/row` example below.
{ heading: 'ID', dataKey: 'id' },
{ heading: 'Color', dataKey: 'color' },
{ heading: 'Based on the cell/row', dataKey: 'flavor', render: renderFlavor },
- { heading: 'Any custom JSX', render: () => },
+ { heading: 'Any custom JSX', render: () => },
];
const tableData = [
{ id: 1, color: 'red', flavor: { name: 'vanilla', href: 'www.vanilla.com' } },