feat: link detail url
This commit is contained in:
@@ -25,8 +25,8 @@ export const ProductDetail = observer(() => {
|
|||||||
name: <span style={{ fontWeight: "bold" }}>Produk</span>,
|
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>,
|
name: <span style={{fontWeight: "bold"}}>Detail Produk</span>,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user