Skip to content

Commit eb42d87

Browse files
authored
fix user label when browser window is small (#610)
1 parent 2e34546 commit eb42d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/engagement_data_cards/user_card/user_list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export function UserList(props: UserListProps) {
7373
<UserRolesTooltip />
7474
</>
7575
),
76+
dataLabel: 'Role',
7677
transforms: [cellWidth(10)],
7778
},
7879
];

0 commit comments

Comments
 (0)