Skip to content

Commit

Permalink
fix: use new meetings instead of localMeetings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-koziel committed Feb 11, 2024
1 parent 4891f6e commit 960a742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function PhoneNumberCheck() {
});
const router = useRouter();
const selectedCongregation = useSelector(
(state: RootState) => state.localMeetings.selectedCongregation,
(state: RootState) => state.meetings.selectedCongregation,
);

const startCountdown = React.useCallback((duration: number) => {
Expand Down

0 comments on commit 960a742

Please sign in to comment.