move useBufferedFeeds to Home

This commit is contained in:
plebeius.eth
2023-06-22 18:12:15 +02:00
parent 19e5aa3d0b
commit 24ebb6bd7e
3 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const Post = ({ content, postQuoteOnClick, postQuoteOnOver, postQuoteOnLeave, po
const regex = new RegExp(`${patternC}|${patternPC}|${patternU}|${patternP}`, 'g');
return children.flatMap((child, i) => {
return children?.flatMap((child, i) => {
if (typeof child !== 'string') {
return child;
}