Skip to content

Commit

Permalink
fix type inferance
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 28, 2025
1 parent f65e5e6 commit 369ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Speakers/Speaker/SpeakerPopIn.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from "react";
import Modal from "@/components/Modal/Modal";
import Speaker from "./Speaker";
import {SpeakerProps} from "@/components/Speakers/Speaker/SpeakerProps";

interface SpeakerPopInProps {
selectedSpeaker: Speaker;
selectedSpeaker: SpeakerProps;
isOpen: boolean;
onClose: () => void;
}
Expand Down

0 comments on commit 369ae56

Please sign in to comment.