Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasUnreadNotes.ts
This commit is contained in:
parent
1905ad864f
commit
7c9d90b564
@ -2,7 +2,7 @@ import { Meteor } from 'meteor/meteor';
|
||||
import useRev from '/imports/ui/components/pads/pads-graphql/hooks/useRev';
|
||||
import useNotesLastRev from './useNotesLastRev';
|
||||
|
||||
const NOTES_CONFIG = Meteor.settings.public.notes;
|
||||
const NOTES_CONFIG = window.meetingClientSettings.public.notes;
|
||||
|
||||
const useHasUnreadNotes = () => {
|
||||
const { lastRev } = useNotesLastRev();
|
||||
|
Loading…
Reference in New Issue
Block a user