From 88f5f4f2ca035dbaa2f38b314c166a8c0d73364e Mon Sep 17 00:00:00 2001 From: Orkhan Huseynli Date: Tue, 7 Feb 2023 11:24:46 +0400 Subject: [PATCH] DASH-523 fix order link on admin user details --- .../AdminRegularUserDetailsPage/components/UserOrders.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/AdminRegularUserDetailsPage/components/UserOrders.tsx b/client/src/pages/AdminRegularUserDetailsPage/components/UserOrders.tsx index 1a99b7364..e75fa57e5 100644 --- a/client/src/pages/AdminRegularUserDetailsPage/components/UserOrders.tsx +++ b/client/src/pages/AdminRegularUserDetailsPage/components/UserOrders.tsx @@ -8,7 +8,7 @@ import { formatDateToLocale } from '../../../helpers/stringFormatters'; import { CURRENCY_CODES } from '../../../constants/common'; import { PURCHASE_RESULTS_STATUS_LABELS } from '../../../constants/purchase'; -import { ROUTES } from '../../../constants/routes'; +import { ADMIN_ROUTES } from '../../../constants/routes'; import { OrderDefault } from '../../../types'; @@ -43,7 +43,7 @@ export const UserOrders: React.FC = props => {