Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Billions94 committed Nov 21, 2021
1 parent b770f24 commit 690f99f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/components/Home/MyFeed/MainFeed/Comments/Comments.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const Comments = ({ postID, user }) => {
})


console.log(comments.userName)
console.log(comments.user)

const [data, setData] = useState(null);

// For Retriving Users
Expand Down
1 change: 0 additions & 1 deletion src/components/Home/MyFeed/MainFeed/Feed/POSTModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { url, currentUser } from "../../../index";
import "./styles.css";

const POSTModal = ({ smShow, setSmShow, fetchFeed, token, user }) => {
console.log("i am the fetch feed", fetchFeed);

const [text, setText] = useState({ text: "" });
const [image, setImage] = useState([]);
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class NavBar extends Component {
fetchType: "",
},
};

currentUser = this.props.currentUser;

render() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Profile/MyProfile/ProfileHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const MyJumbotron = ({ identification, user, setRefresh, refresh }) => {
}
};

const PDFhref = url + `/users/${user._id}/CV`;
const PDFhref = `${url}/users/${user._id}/CV`;

return (
<>
Expand Down

1 comment on commit 690f99f

@vercel
Copy link

@vercel vercel bot commented on 690f99f Nov 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.