bug: double padded notes on profile

This commit is contained in:
2023-05-10 13:57:45 +01:00
parent ec4e6498d3
commit 6de9c566e7
4 changed files with 20 additions and 22 deletions

View File

@ -15,10 +15,8 @@ export default function NotificationsPage() {
}, []);
return (
<>
<div className="main-content">
<TaskList />
</div>
<div className="main-content">
<TaskList />
{login.publicKey && (
<Timeline
subject={{
@ -32,6 +30,6 @@ export default function NotificationsPage() {
method={"TIME_RANGE"}
/>
)}
</>
</div>
);
}