note layout fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martti Malmi 2024-02-05 23:31:26 +02:00
parent 47e0c5a8cc
commit 0a05cf864c
1 changed files with 1 additions and 1 deletions

View File

@ -87,8 +87,8 @@ export function Note(props: NoteProps) {
<NoteFooter ev={ev} replyCount={props.threadChains?.get(chainKey(ev))?.length} />
</div>
)}
<div ref={setSeenAtRef} />
</div>
<div ref={setSeenAtRef} />
</>
);
}