mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
sonarlint improvements
This commit is contained in:
@@ -250,7 +250,7 @@ const SystemLog = () => {
|
||||
}}
|
||||
>
|
||||
{logEntries.map((e) => (
|
||||
<div style={{ font: '14px monospace', whiteSpace: 'nowrap' }}>
|
||||
<div key={e.i} style={{ font: '14px monospace', whiteSpace: 'nowrap' }}>
|
||||
<span>{e.t}</span>
|
||||
<span>{paddedLevelLabel(e.l)} </span>
|
||||
<span>{paddedIDLabel(e.i)} </span>
|
||||
|
||||
Reference in New Issue
Block a user