fix: remove extra spacing

This commit is contained in:
Kieran 2024-08-26 16:09:22 +03:00
parent 644bd57094
commit 1f3e048f10
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -114,7 +114,7 @@ export function TimelineRenderer(props: TimelineRendererProps) {
};
return (
<div ref={containerRef} className="pb-[10vh]">
<div ref={containerRef}>
{props.latest.length > 0 && (
<>
<div className="card latest-notes" onClick={() => props.showLatest(false)} ref={ref}>