diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index 892535717..5bb3d29cb 100644 --- a/web/containers/DropdownListSidebar/index.tsx +++ b/web/containers/DropdownListSidebar/index.tsx @@ -202,7 +202,7 @@ const DropdownListSidebar = ({ @@ -278,21 +278,6 @@ const DropdownListSidebar = ({ )} >

{x.id}

- {clipboard.copied && copyId === x.id ? ( - - ) : ( - { - clipboard.copy(x.id) - setCopyId(x.id) - }} - /> - )}
@@ -305,6 +290,27 @@ const DropdownListSidebar = ({
+
+

+ {x.id} +

+ {clipboard.copied && copyId === x.id ? ( + + ) : ( + { + clipboard.copy(x.id) + setCopyId(x.id) + }} + /> + )} +
)) )}