mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Show title
This commit is contained in:
parent
d3c964fad3
commit
157daa68df
1 changed files with 3 additions and 1 deletions
|
@ -567,7 +567,9 @@ function TimelineStatusCompact({ status, instance }) {
|
||||||
: ''}
|
: ''}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div class="content-compact">{statusPeekText}</div>
|
<div class="content-compact" title={statusPeekText}>
|
||||||
|
{statusPeekText}
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue