mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
refactor: always show client path
This commit is contained in:
committed by
Carlos Valente
parent
533f9798e8
commit
bc4d913ba7
@@ -74,7 +74,7 @@ export default function ClientList() {
|
|||||||
)}
|
)}
|
||||||
{name}
|
{name}
|
||||||
</td>
|
</td>
|
||||||
{isCurrent ? <td /> : <td className={style.pathList}>{path}</td>}
|
<td className={style.pathList}>{path}</td>
|
||||||
<td className={style.actionButtons}>
|
<td className={style.actionButtons}>
|
||||||
<Button
|
<Button
|
||||||
size='xs'
|
size='xs'
|
||||||
|
|||||||
Reference in New Issue
Block a user