mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Tidy up and finish test rewrites
This commit is contained in:
@@ -15,11 +15,7 @@ import {
|
||||
useSetting,
|
||||
} from "./settings";
|
||||
|
||||
interface Props {
|
||||
roomId?: string;
|
||||
}
|
||||
|
||||
export const PreferencesSettingsTab: FC<Props> = ({}) => {
|
||||
export const PreferencesSettingsTab: FC = () => {
|
||||
const { t } = useTranslation();
|
||||
const [showHandRaisedTimer, setShowHandRaisedTimer] = useSetting(
|
||||
showHandRaisedTimerSetting,
|
||||
|
||||
Reference in New Issue
Block a user