mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: lint/typecheck
This commit is contained in:
parent
22a2e64563
commit
4311ba93f3
@ -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)} />
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user