feat: link detail url
This commit is contained in:
parent
98e7827247
commit
258dd4af34
|
@ -25,7 +25,7 @@ export const ProductDetail = observer(() => {
|
|||
name: <span style={{ fontWeight: "bold" }}>Produk</span>,
|
||||
},
|
||||
{
|
||||
route: LINKS.PRODUCT_DETAIL,
|
||||
route: LINKS.PRODUCT_DETAIL.replace(':id', `${id}`),
|
||||
name: <span style={{fontWeight: "bold"}}>Detail Produk</span>,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user