We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941abe6 commit ddf293dCopy full SHA for ddf293d
1 file changed
ui/src/pages/hackers/hackerLanding.js
@@ -83,7 +83,7 @@ export default function UserHomepage() {
83
const acceptingConfirmations = true;
84
85
// @TODO: set programmatic/dynamic way to set that discord is open
86
- const discordReadyForConnections = true;
+ const discordReadyForConnections = false;
87
88
useEffect(() => {
89
getUserData(getAccessTokenSilently, setUserData, setNewUser)
0 commit comments