publish: do not timeout join flow

This commit is contained in:
Liam Fitzgerald 2020-09-08 11:11:57 +10:00
parent 0f355e58d9
commit 07c0cb1006

View File

@ -17,7 +17,7 @@ export function JoinScreen(props: JoinScreenProps & RouteComponentProps) {
const [error, setError] = useState(false);
const joining = useRef(false);
const waiter = useWaitForProps(props, 10000);
const waiter = useWaitForProps(props);
const onJoin = useCallback(async () => {
joining.current = true;