Skip to content

Commit 070e5b4

Browse files
committed
[+] Fix setCopied bug
1 parent 58e0bf7 commit 070e5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html/frontend/src/components/Platypus.js

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export default class Platypus extends React.Component {
204204
setConnectBack={this.props.setConnectBack}
205205
showModal={this.props.showModal}
206206
upgradeToTermite={this.upgradeToTermite}
207+
setCopied={this.props.setCopied}
207208
/>
208209
</Layout>
209210
</Layout>;

0 commit comments

Comments
 (0)