Skip to content

Commit

Permalink
Delete tabIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaaan1 committed May 9, 2024
1 parent a9b1387 commit dbd34e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/Lobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ const Lobby = () => {
key={Room.roomId}
onClick={handleRoomClick(Room)}
onKeyDown={(e) => { if (e.key === "Enter") handleRoomClick(Room); }}
tabIndex="0"
role="button"
aria-label="Handle Room Click"
>
Expand Down

0 comments on commit dbd34e0

Please sign in to comment.