mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 08:36:21 +01:00
Fix disconnected lines
This commit is contained in:
parent
b51a3b557e
commit
84163621c2
1 changed files with 1 additions and 1 deletions
|
@ -1309,7 +1309,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
|||
>
|
||||
{statusesList}
|
||||
{showMore > 0 && (
|
||||
<li>
|
||||
<li class="descendant descendant-more">
|
||||
<button
|
||||
type="button"
|
||||
class="plain block show-more"
|
||||
|
|
Loading…
Reference in a new issue