This PR fixes the crash that occurs when users try to view ProposalDetails.
Closes #682, #654
The crash was caused by unsafe code that was meant to fix some formatting issues in the markdown content in the proposal details.
As for the other issue where proposals appear Invalid, that does not appear to be caused by the frontend code, as it displays the status according to the value received from graphql.
This PR fixes the crash that occurs when users try to view
ProposalDetails
.Closes #682, #654
The crash was caused by unsafe code that was meant to fix some formatting issues in the markdown content in the proposal details.
As for the other issue where proposals appear
Invalid
, that does not appear to be caused by the frontend code, as it displays the status according to the value received from graphql.