Skip to content

Commit

Permalink
Merge pull request #129 from melfore/develop
Browse files Browse the repository at this point in the history
Updated stories decorators and their types
  • Loading branch information
luciob committed Oct 20, 2023
2 parents 9db4d0a + 525f38f commit b4eb2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const TaskDecorator: Decorator = (storyFn) => {
};

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const TasksLayerInternalDecorator = (storyFn: any) => {
const TasksLayerInternalDecorator = ({ storyFn }: any) => {
const { setDrawRange } = useTimelineContext();

const stageWidth = useMemo(() => 60 * 24, []);
Expand Down

0 comments on commit b4eb2aa

Please sign in to comment.