export const getValveListClassName = (valveCount: number): string => valveCount > 0 ? "max-h-50 h-48 overflow-auto" : "min-h-16 overflow-auto";