From 0b80dbcb721ee301c99e704447cf2e786913f273 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 13 Jun 2024 23:08:11 -0700 Subject: [PATCH] Fix preview rendering in TileLayout storybook --- frontend/faraday/lib/TileLayout.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/faraday/lib/TileLayout.stories.tsx b/frontend/faraday/lib/TileLayout.stories.tsx index e7f9476e3..1a8c99842 100644 --- a/frontend/faraday/lib/TileLayout.stories.tsx +++ b/frontend/faraday/lib/TileLayout.stories.tsx @@ -27,6 +27,7 @@ const meta = { }) ), renderContent: renderTestData, + renderPreview: renderTestData, }, component: TileLayout, // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs