We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53410d commit e3843b8Copy full SHA for e3843b8
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 = false;
+ const discordReadyForConnections = true;
87
88
useEffect(() => {
89
getUserData(getAccessTokenSilently, setUserData, setNewUser)
0 commit comments