- added registartion page;
- implemented validation helper-functions; - fixed form fields datepicker and datepicker range; - updated routes logic; - fixed FAQ items editing/submission;
This commit is contained in:
5
src/helpers/renderHtmlContent.js
Normal file
5
src/helpers/renderHtmlContent.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import parse from 'html-react-parser';
|
||||
|
||||
const renderHtmlContent = (content) => parse(content);
|
||||
|
||||
export default renderHtmlContent;
|
||||
Reference in New Issue
Block a user