Skip to content

Commit

Permalink
Removed AllNull stories from Beeswarm and ParticipantsGraph stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 21, 2024
1 parent 8976195 commit ad37363
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
11 changes: 0 additions & 11 deletions stories/compdem/client-report/Beeswarm.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ export default {

const Template = (args) => <Beeswarm {...args} />

export const AllNull = Template.bind({})
AllNull.args = {
conversation: null,
extremity: null, //{this.state.extremity}
math: null, //{this.state.math}
comments: null, //{this.state.comments}
probabilities: null, //{this.state.filteredCorrelationMatrix}
probabilitiesTids: null, //{this.state.filteredCorrelationTids}
voteColors: null, //{this.state.voteColors}
}

export const Default = Template.bind({})
Default.args = {
...AllNull.args,
Expand Down
14 changes: 0 additions & 14 deletions stories/compdem/client-report/ParticipantsGraph.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ export default {

const Template = (args) => <ParticipantsGraph {...args} />

export const AllNull = Template.bind({})
AllNull.args = {
comments: null,
groupNames: null,
badTids: null,
colorBlindMode: null,
formatTid: null,
repfulAgreeTidsByGroup: null,
math: null,
renderHeading: null,
report: null,
voteColors: null,
}

const comments = getComments();

// Logic from client-report/src/components/app.js#L274-291
Expand Down

0 comments on commit ad37363

Please sign in to comment.