When pressing the icon i want my application to navigate me to localhost:8080/editrevision+700 (700 being the id of that specific item)
<Menu.Item className="edit"
as={Link}
to="/editrevision" + {revisionItem.id}>
<i className="far fa-edit"/>
</Menu.Item>
i keep getting syntax error on this, all suggestions are very appreciated.