diff --git a/src/components/orders/OrdersUserDetailsTable/index.tsx b/src/components/orders/OrdersUserDetailsTable/index.tsx index 93fe04d5c..01b0608fe 100644 --- a/src/components/orders/OrdersUserDetailsTable/index.tsx +++ b/src/components/orders/OrdersUserDetailsTable/index.tsx @@ -169,7 +169,7 @@ const RowOrder: React.FC = ({ order, isPriceInverted }) => { className="span-copybtn-wrap" textToCopy={uid} contentsToDisplay={ - + {shortId} } diff --git a/src/components/transaction/TransactionTable/index.tsx b/src/components/transaction/TransactionTable/index.tsx index 34353e4e7..e5d86c473 100644 --- a/src/components/transaction/TransactionTable/index.tsx +++ b/src/components/transaction/TransactionTable/index.tsx @@ -171,7 +171,7 @@ const RowTransaction: React.FC = ({ order, isPriceInverted, invertLimi className="span-copybtn-wrap" textToCopy={uid} contentsToDisplay={ - + {getShortOrderId(shortId)} }