Skip to content

Commit abd493c

Browse files
authored
Format story file to satisfy Biome
The AgentOrigin story's task() call exceeded the line width; wrap it so `biome check` (the CI quality gate, which runs the formatter) passes. Generated-By: PostHog Code Task-Id: 4b3b11b7-5066-448f-a721-fe8532ce15d1
1 parent d0b8bc7 commit abd493c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/ui/src/features/canvas/components/ChannelFeedView.stories.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ export const HumanEmailOnly: Story = {
8888
*/
8989
export const AgentOrigin: Story = {
9090
args: {
91-
task: task({ origin_product: "slack", title: "Investigate signup drop-off" }),
91+
task: task({
92+
origin_product: "slack",
93+
title: "Investigate signup drop-off",
94+
}),
9295
children: <MockTaskCard title="Investigate signup drop-off" />,
9396
},
9497
};

0 commit comments

Comments
 (0)