changed preview host id to 1 (#2727)

This commit is contained in:
Martavis Parker 2021-10-27 17:09:12 -07:00 committed by GitHub
parent 8dc34be3a3
commit 65f7c8f3a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ interface IHostResponse {
}
const baseClass = "welcome-host";
const HOST_ID = 8;
const HOST_ID = 1;
const WelcomeHost = (): JSX.Element => {
const dispatch = useDispatch();