fix: remove extra spacing

This commit is contained in:
2024-08-26 16:09:22 +03:00
parent 644bd57094
commit 1f3e048f10

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}>