Skip to content

Commit 2c59fb3

Browse files
authored
Merge pull request #46 from Women-in-Computing-at-RIT/feature/discordOn
turn on discord ready for connections
2 parents a53410d + e3843b8 commit 2c59fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/hackers/hackerLanding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function UserHomepage() {
8383
const acceptingConfirmations = true;
8484

8585
// @TODO: set programmatic/dynamic way to set that discord is open
86-
const discordReadyForConnections = false;
86+
const discordReadyForConnections = true;
8787

8888
useEffect(() => {
8989
getUserData(getAccessTokenSilently, setUserData, setNewUser)

0 commit comments

Comments
 (0)