Skip to content

Commit

Permalink
add title attr to device name
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Nov 19, 2018
1 parent 7a18d97 commit 66321c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_sync/ui/components/enabledContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SyncEnabledContent extends React.PureComponent<SyncEnabledContentProps, Sy
const cell: Row = {
content: [
{ content: <TableRowId>{device.id}</TableRowId> },
{ content: <TableRowDevice>{device.name}</TableRowDevice> },
{ content: <TableRowDevice title={device.name}>{device.name}</TableRowDevice> },
{ content: device.lastActive },
{
content: (
Expand Down

0 comments on commit 66321c7

Please sign in to comment.