Profile: remove the divier when no pinned toots
This commit is contained in:
parent
012b078cee
commit
c69d54e171
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ const Profile: Component = () => {
|
|||
</div>
|
||||
|
||||
<TimeSourceProvider value={time}>
|
||||
<Show when={recentTootFilter().pinned}>
|
||||
<Show when={recentTootFilter().pinned && pinnedToots.list.length > 0}>
|
||||
<TootList
|
||||
threads={pinnedToots.list}
|
||||
onUnknownThread={pinnedToots.getPath}
|
||||
|
|
Loading…
Reference in a new issue