Skip to content

Commit

Permalink
[+] Fix setCopied bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Jul 10, 2021
1 parent 1b9e622 commit 5936ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/frontend/src/components/Platypus.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default class Platypus extends React.Component {
setConnectBack={this.props.setConnectBack}
showModal={this.props.showModal}
upgradeToTermite={this.upgradeToTermite}
setCopied={this.props.setCopied}
/>
</Layout>
</Layout>;
Expand Down

0 comments on commit 5936ad8

Please sign in to comment.