Skip to content

Commit

Permalink
DASH-523 fix order link on admin user details
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhan-huseyn committed Feb 7, 2023
1 parent 8c5dafc commit 88f5f4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -43,7 +43,7 @@ export const UserOrders: React.FC<Props> = props => {
<th>
<Link
to={{
pathname: ROUTES.ADMIN_ORDERS,
pathname: ADMIN_ROUTES.ADMIN_ORDERS,
state: {
orderId: order.id,
},
Expand Down

0 comments on commit 88f5f4f

Please sign in to comment.