Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 24, 2024
1 parent f5a1f08 commit b6f55f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/addons/backgrounds/src/components/Tool.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Fragment, memo, useCallback, useState } from 'react';
import React, { memo, useCallback, useState } from 'react';

import { IconButton, TooltipLinkList, WithTooltip } from 'storybook/internal/components';
import { useGlobals, useParameter } from 'storybook/internal/manager-api';
Expand Down Expand Up @@ -128,7 +128,7 @@ const Pure = memo(function PureTool(props: PureProps) {
onHide();
},
})),
]}
].flat()}
/>
);
}}
Expand Down

0 comments on commit b6f55f5

Please sign in to comment.