mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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}
|
{statusesList}
|
||||||
{showMore > 0 && (
|
{showMore > 0 && (
|
||||||
<li>
|
<li class="descendant descendant-more">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="plain block show-more"
|
class="plain block show-more"
|
||||||
|
|
Loading…
Reference in a new issue