refactor: always show client path

This commit is contained in:
Carlos Valente
2025-01-05 10:41:00 +01:00
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'