From 5936ad821ffa1bd44af68141934c754b1fe55277 Mon Sep 17 00:00:00 2001 From: Wang Yihang Date: Sat, 10 Jul 2021 18:32:03 +0800 Subject: [PATCH] [+] Fix setCopied bug --- html/frontend/src/components/Platypus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/frontend/src/components/Platypus.js b/html/frontend/src/components/Platypus.js index 578eb47b..302bee19 100644 --- a/html/frontend/src/components/Platypus.js +++ b/html/frontend/src/components/Platypus.js @@ -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} /> ;