Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent a08daae commit 5f987d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Speakers/Speaker/SpeakerPopIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface SpeakerPopInProps {
const SpeakerPopIn = ({
isOpen,
onClose,
selectedSpeaker,
//selectedSpeaker,
}: SpeakerPopInProps) => {
return (
<Modal isOpen={isOpen} onClose={onClose}>
Expand Down

0 comments on commit 5f987d9

Please sign in to comment.