Skip to content

Commit

Permalink
Fix download csv button error (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto authored Aug 29, 2021
1 parent 662e692 commit a2669f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleEvent/ParticipantTableList.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class SingleEventWrapper extends Component {
party={party}
refetch={refetch}
displayPrivateInfo={this.state.displayPrivateInfo}
exportTableToCSV={this.exportTableToCSV}
exportTableToCSV={this.exportTableToCSV.bind(this)}
></TableList>
)
}}
Expand Down

0 comments on commit a2669f2

Please sign in to comment.