Skip to content

Commit

Permalink
Code formatting change to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 7, 2024
1 parent 14e73b9 commit a1b85df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/storybook-addon-designs/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,9 @@ export const DocBlockBase: FC<BlocksCommonProps> = ({
title: collapsed ? "Show" : "Hide",
onClick: () => {
const newValue = !collapsed;

if (onCollapsedChange) {
onCollapsedChange(newValue, collapsed);
}

setCollapsed(newValue);
},
},
Expand Down

0 comments on commit a1b85df

Please sign in to comment.