this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Return nothing if no content

+1
+1
src/utils/enhance-content.js
··· 43 43 } 44 44 45 45 function _enhanceContent(content, opts = {}) { 46 + if (!content) return ''; 46 47 const { emojis, returnDOM, postEnhanceDOM = () => {} } = opts; 47 48 let enhancedContent = content; 48 49 // const dom = document.createElement('div');