Skip to content

Commit d1a801f

Browse files
committed
Fix typo in Device Row UI
Signed-off-by: Nikolay Martyanov <[email protected]>
1 parent 13e32ab commit d1a801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/DeviceRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DeviceRow = ({device, handleUsernameChange, deviceUsernames, handleReserve
2020
return (
2121
<TableRow key={device.name}>
2222
<TableCell>
23-
{device.name}gi
23+
{device.name}
2424
<Tooltip
2525
title={<div style={{whiteSpace: 'pre-line'}}>{device.info}</div>}
2626
placement="top"

0 commit comments

Comments
 (0)