Skip to content

Commit

Permalink
Update events' properties description in storybook config file
Browse files Browse the repository at this point in the history
  • Loading branch information
KinduD21 committed Jul 11, 2024
1 parent 973dedb commit 6032b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.storybook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function getArgTypes(componentName) {
});

types[event.name] = {
type: event.properties ? `{ ${properties.join(", ")} }` : null,
type: event.properties ? properties.join(", ") : null,
name: event.name,
description: event.description,
};
Expand Down

0 comments on commit 6032b9e

Please sign in to comment.