mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 10:00:47 +01:00
Full path of logs on hover
This commit is contained in:
@@ -30,7 +30,7 @@ function MainSide() {
|
||||
|
||||
setLogTable(logListName.map((log, index) => {
|
||||
return <tr key={index}>
|
||||
<td>{log}</td>
|
||||
<td title={logList[index]}>{log}</td>
|
||||
</tr>
|
||||
}));
|
||||
}, [logs]);
|
||||
|
||||
Reference in New Issue
Block a user