Skip to content

Commit 0528f10

Browse files
committed
Try role button
1 parent 87d7736 commit 0528f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/PlanPage/subRoutes/CurrentOrgPlan/AccountOrgs/AccountOrgs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export default function AccountOrgs({ account }: AccountOrgsArgs) {
230230
className="h-14 hover:cursor-pointer hover:bg-ds-gray-primary"
231231
onClick={() => linkToMembersTab(row.original.name)}
232232
tabIndex={0}
233+
role="button"
233234
>
234235
{row.getVisibleCells().map((cell) => (
235236
<td key={cell.id}>

0 commit comments

Comments
 (0)