Skip to content

Commit

Permalink
Portfolios: Fixed edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal committed Jan 9, 2022
1 parent a4cedac commit 536c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portfolios/Portfolios.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const PortfoliosTable = ({ rows, handleDeleteItem }) => {
onCancel: () => setModalOptions({ isOpen: false }),
};

const editLink = `/portfolios/${row.id}/edit`;
const editLink = `/portfolios/${row.slug}/edit`;

return (
<TableRow key={row.id} hover>
Expand Down

0 comments on commit 536c104

Please sign in to comment.