Skip to content

Commit

Permalink
unhide skule hunt page on profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Aug 28, 2024
1 parent 2dd7c05 commit 5db8b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Profile/PageProfileFrosh.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const ProfilePageFroshScuntMessage = () => {
const isRegistered = useSelector(registeredSelector);
const { darkMode } = useContext(DarkModeContext);

if (!isRegistered || !scuntSettings || !scuntSettings?.revealTeams) {
if (!isRegistered || !scuntSettings) {
return null;
}

Expand Down

0 comments on commit 5db8b2d

Please sign in to comment.