Alexander Belanger 3 лет назад
Родитель
Сommit
2c5b315f03

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/logs-section/LogsSection.tsx

@@ -193,7 +193,7 @@ const LogsSection: React.FC<Props> = ({
           <span className="line-timestamp">
             {dayjs(log.timestamp).format("MMM D, YYYY HH:mm:ss")}
           </span>
-          <LogOuter>
+          <LogOuter key={[log.lineNumber, i].join(".")}>
             {log.line?.map((ansi, j) => {
               if (ansi.clearLine) {
                 return null;