umwd-components 0.1.704 → 0.1.705
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -276,7 +276,7 @@ export default function CustomerProfileDisplay({
|
|
|
276
276
|
<TableCell align="right">
|
|
277
277
|
{isCustomer ? (
|
|
278
278
|
<StyledLink
|
|
279
|
-
href={`/user/returns
|
|
279
|
+
href={`/user/returns?selectedIroId=${iro.id}`}
|
|
280
280
|
target="_self"
|
|
281
281
|
>
|
|
282
282
|
<Button variant="contained" size="small">
|