diff --git a/src/button/Button.tsx b/src/button/Button.tsx index 0e29512c6..b8d052d6a 100644 --- a/src/button/Button.tsx +++ b/src/button/Button.tsx @@ -135,21 +135,12 @@ interface EndCallButtonProps extends ComponentPropsWithoutRef<"button"> { size?: "md" | "lg"; } -export const EndCallButton: FC = ({ - className, - ...props -}) => { +export const EndCallButton: FC = (props) => { const { t } = useTranslation(); return ( - + ); }; diff --git a/src/room/__snapshots__/InCallView.test.tsx.snap b/src/room/__snapshots__/InCallView.test.tsx.snap index 0d7e605b9..a81af4cc2 100644 --- a/src/room/__snapshots__/InCallView.test.tsx.snap +++ b/src/room/__snapshots__/InCallView.test.tsx.snap @@ -405,7 +405,7 @@ exports[`InCallView > rendering > renders 1`] = `