mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +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 class="content-compact">{statusPeekText}</div>
|
||||
<div class="content-compact" title={statusPeekText}>
|
||||
{statusPeekText}
|
||||
</div>
|
||||
</article>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue