UniversityDAO / udao

The official UniversityDAO DApp repository.
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Confusing redirect after clicking on card and then clicking cancel #69

Closed oslfmt closed 2 years ago

oslfmt commented 2 years ago

Right now if you click on a proposal card, and then click "cancel", it will redirect back to the proposals page, even when you clicked on the card in dashboard. It should go back to dashboard if you click the card on dashboard, and back to proposals page if you click on it in proposals page. Likely need to use browser history here, just to back, not a hard redirect in "cancel" button.