aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/copyable.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/copyable.js b/ui/app/components/copyable.js
index 9b785a77e..a4f6f4bc6 100644
--- a/ui/app/components/copyable.js
+++ b/ui/app/components/copyable.js
@@ -24,9 +24,6 @@ Copyable.prototype.render = function () {
return h(Tooltip, {
title: copied ? 'Copied!' : 'Copy',
position: 'bottom',
- style: {
- cursor: 'pointer',
- },
}, h('span', {
style: {
cursor: 'pointer',