Skip to content

Commit

Permalink
fix react favIcon inconsistency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Dec 19, 2024
1 parent e971846 commit 6c824e2
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 6c824e2

Please sign in to comment.