Skip to content

Commit

Permalink
fix retreat i pray
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Jul 10, 2023
1 parent 257be15 commit 1d3a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/FroshRetreat/FroshRetreat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const RetreatRegistration = () => {
const { user } = useSelector(userSelector);
const { setSnackbar } = useContext(SnackbarContext);
const { axios } = useAxios();
const isRetreat = user?.interestedInRetreat === true;
const isRetreat = user?.isRetreat === true;

const [outOfTickets, setOutOfTickets] = useState(false);

Expand Down

0 comments on commit 1d3a4cc

Please sign in to comment.