We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c59fb3 + 0ceebe0 commit 554240aCopy full SHA for 554240a
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)
@@ -235,4 +235,4 @@ export default function UserHomepage() {
235
</Box>
236
</Grommet>
237
);
238
-}
+}
0 commit comments