Skip to content

Commit db8e1f3

Browse files
authored
make the order ID copy function work correctly. (#1568)
1 parent 480c582 commit db8e1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/order/orderStatus/OrderSubmitResultDetails.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function OrderSubmitResultDetails({
5656
<Paragraph
5757
className={submitResultStyles.resultMainDetails}
5858
copyable={{
59-
text: String(serviceId),
59+
text: String(orderId),
6060
icon: [
6161
<CopyOutlined className={submitResultStyles.showDetailsTypographyCopy} key={uuidv4()} />,
6262
<CheckOutlined className={submitResultStyles.showDetailsTypographyCopy} key={uuidv4()} />,

0 commit comments

Comments
 (0)