Skip to content

Commit

Permalink
repro
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jan 9, 2025
1 parent b55025c commit 2a9719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ActionList/ActionList.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const LinkItemPlayground = args => {

return (
<ActionList>
<ActionList.LinkItem {...args}>
<ActionList.LinkItem {...args} className="hey">
{leadingVisual && <ActionList.LeadingVisual>{leadingVisual}</ActionList.LeadingVisual>}
Action list item
{trailingVisual && <ActionList.TrailingVisual>{trailingVisual}</ActionList.TrailingVisual>}
Expand Down

0 comments on commit 2a9719d

Please sign in to comment.