Fix the notification bug with newlines
This commit is contained in:
		| @@ -42,6 +42,7 @@ const fetchRelatedRelationships = (dispatch, notifications) => { | ||||
|  | ||||
| const unescapeHTML = (html) => { | ||||
|   const wrapper = document.createElement('div'); | ||||
|   html = html.replace(/<br \/>|<br>|\n/, ' '); | ||||
|   wrapper.innerHTML = html; | ||||
|   return wrapper.textContent; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user