diff --git a/src/components/post/tp-parser.vue b/src/components/post/tp-parser.vue index a4efff73..b90fc9ce 100644 --- a/src/components/post/tp-parser.vue +++ b/src/components/post/tp-parser.vue @@ -75,7 +75,7 @@ function getParsedData(data: TGApp.Plugins.Mys.SctPost.Base[]): TGApp.Plugins.My child = []; } } - if (check !== parsedText.length - 1 && child.length > 0) res.push(...child); + if (check !== parsedText.length - 1 && child.length > 1) res.push(...child); } if (res.length === 0 && child.length > 0) res.push(...child); return res;