Skip to content

Commit

Permalink
Merge pull request #953 from WildMeOrg/952_react_favIcon_inconsistenc…
Browse files Browse the repository at this point in the history
…y_issue

fix react favIcon inconsistency issue
  • Loading branch information
erinz2020 authored Jan 2, 2025
2 parents 439fbeb + 6c824e2 commit 1f2ca68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/FrontDesk.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ import {
sessionCountdownTime,
} from "./constants/sessionWarning";
import useGetSiteSettings from "./models/useGetSiteSettings";
import useDocumentTitle from "./hooks/useDocumentTitle";

export default function FrontDesk() {
useDocumentTitle();
const [isLoggedIn, setIsLoggedIn] = useState(false);
const [collaborationTitle, setCollaborationTitle] = useState();
const [collaborationData, setCollaborationData] = useState([]);
Expand Down

0 comments on commit 1f2ca68

Please sign in to comment.