bug: use limit 1 for latest sub

This commit is contained in:
2023-01-21 22:46:57 +00:00
parent 121d98e9fa
commit 7680b16ab5
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export default function Timeline({ subject, postsOnly = false, method }: Timelin
return (
<>
{latestFeed.length > 0 && (<div className="card latest-notes pointer" onClick={() => showLatest()}>
{latestFeed.length > 1 && (<div className="card latest-notes pointer" onClick={() => showLatest()}>
<FontAwesomeIcon icon={faForward} size="xl"/>
&nbsp;
Show latest {latestFeed.length} notes