Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masvelio authored and ilijabojanovic committed Oct 28, 2024
1 parent 69d367c commit 0d0857c
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@ const DiscussionsPage = ({ topicName }: DiscussionsPageProps) => {
</span>
<CWIconButton
iconName="copy"
onClick={() =>
saveToClipboard(topicObj.token_address!, true)
}
onClick={() => {
saveToClipboard(
topicObj.token_address!,
true,
).catch(console.error);
}}
/>
</CWText>
</>
Expand Down

0 comments on commit 0d0857c

Please sign in to comment.