chore: lint/typecheck

This commit is contained in:
Nicholas Penree 2024-12-13 09:00:17 -05:00
parent 22a2e64563
commit 4311ba93f3

View File

@ -47,7 +47,7 @@ export function TerminalLine({ log, noTimestamp, searchTerm }: LogLineProps) {
);
};
const tooltip = (color: string, timestamp: string) => {
const tooltip = (color: string, timestamp: string | null) => {
const square = (
<div className={cn("w-2 h-full flex-shrink-0 rounded-[3px]", color)} />
);