Skip to content

Commit ca92134

Browse files
Changing editor to tinymce
1 parent 4dcba66 commit ca92134

File tree

10 files changed

+584
-241
lines changed

10 files changed

+584
-241
lines changed

package-lock.json

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"@testing-library/jest-dom": "^4.2.4",
1111
"@testing-library/react": "^9.4.0",
1212
"@testing-library/user-event": "^7.2.1",
13+
"@tinymce/tinymce-react": "^3.6.0",
1314
"axios": "^0.19.1",
1415
"boostrap": "^2.0.0",
16+
"html-react-parser": "^0.13.0",
1517
"jwt-decode": "^2.2.0",
1618
"markdown-it": "^11.0.0",
1719
"node-sass": "^4.13.0",
@@ -31,7 +33,8 @@
3133
"react-spinners": "^0.8.3",
3234
"react-toastify": "^6.0.5",
3335
"redux": "^4.0.5",
34-
"redux-thunk": "^2.3.0"
36+
"redux-thunk": "^2.3.0",
37+
"remarkable": "^2.0.1"
3538
},
3639
"proxy": "http://localhost:5000",
3740
"scripts": {

src/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Router = () => (
4343
/>
4444
<PrivateRoute
4545
exact
46-
path="/proposalDiscussion"
46+
path="/proposaldiscussion"
4747
component={ProposalDiscussion}
4848
/>
4949
<PrivateRoute

0 commit comments

Comments
 (0)