mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
Added customer detail page
This commit is contained in:
@@ -42,7 +42,7 @@ function CustomerList() {
|
||||
<Table.Td>{data.name}</Table.Td>
|
||||
<Table.Td>{data.company}</Table.Td>
|
||||
<Table.Td>
|
||||
<Link to={`/inventory/itemDetail/${data.id}`}>Details</Link>
|
||||
<Link to={`/customers/customerDetail/${data.id}`}>Details</Link>
|
||||
</Table.Td>
|
||||
</Table.Tr>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user