cleaning things up

This commit is contained in:
Arjun Patel
2022-01-15 21:57:17 -08:00
parent a81f49b4d6
commit f4b91c0a65
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ export default function TeamVoiceLine() {
return teamUsers.map((tmember, i) => {
return (
<span
onClick={() => audioContext.setSelectedTeamMember(tmember.id)}
onClick={() => audioContext.selectTeamMember(tmember.id)}
key={i}
className={`rounded flex flex-row items-center py-2 px-2 justify-items-start ease-in-out duration-300 hover:cursor-pointer ${
tmember.id == audioContext.selectedTeammate