feat: link detail url

This commit is contained in:
caturbgs 2021-12-23 23:21:12 +07:00
parent 98e7827247
commit 258dd4af34

View File

@ -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>,
}, },
]; ];