Add a missing type

This commit is contained in:
Robin Townsend 2022-07-15 13:07:19 -04:00
commit daeecc9b68

View file

@ -38,7 +38,7 @@ export const useLoadGroupCall = (
roomIdOrAlias: string, roomIdOrAlias: string,
viaServers: string[], viaServers: string[],
createPtt: boolean createPtt: boolean
) => { ): GroupCallLoadState => {
const [state, setState] = useState<GroupCallLoadState>({ loading: true }); const [state, setState] = useState<GroupCallLoadState>({ loading: true });
useEffect(() => { useEffect(() => {