Skip to content

Commit

Permalink
chore: change props order to make things clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Sep 5, 2023
1 parent 8b448aa commit b35c03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__demo__/InterpretationsUnit.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ storiesOf('IntepretationsUnit', module).add('Default', () => {
name: 'Tom Wakiki',
}}
id="abcd"
type="eventVisualization"
onReplyIconClick={Function.prototype}
type="eventVisualization"
visualizationHasTimeDimension={true}
/>
</CustomDataProvider>
Expand All @@ -41,8 +41,8 @@ storiesOf('IntepretationsUnit', module).add(
name: 'Tom Wakiki',
}}
id="abcd"
type="eventVisualization"
onReplyIconClick={Function.prototype}
type="eventVisualization"
visualizationHasTimeDimension={false}
/>
</CustomDataProvider>
Expand Down

0 comments on commit b35c03c

Please sign in to comment.