Skip to content

Commit

Permalink
Fix typo in Device Row UI
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Martyanov <[email protected]>
  • Loading branch information
OhmSpectator committed Feb 6, 2024
1 parent 13e32ab commit d1a801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/DeviceRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DeviceRow = ({device, handleUsernameChange, deviceUsernames, handleReserve
return (
<TableRow key={device.name}>
<TableCell>
{device.name}gi
{device.name}
<Tooltip
title={<div style={{whiteSpace: 'pre-line'}}>{device.info}</div>}
placement="top"
Expand Down

0 comments on commit d1a801f

Please sign in to comment.