Skip to content

Commit

Permalink
Added conditional logic to render Sign Out button for LoggedInUsers only
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedJunaid02 committed Oct 13, 2024
1 parent 1b30e9a commit 3e3a96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Menu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useContext, useEffect, useMemo, useState} from "react";
import React, {useContext, useEffect, useState} from "react";
import "./Menu.css";
import logo from "../img/logo.png";
import { Link } from "react-router-dom";
Expand Down

0 comments on commit 3e3a96a

Please sign in to comment.