Skip to content
Snippets Groups Projects
Commit fa397d10 authored by Matt Kirby's avatar Matt Kirby
Browse files

removed console.log

parent 5d606295
No related branches found
No related tags found
1 merge request!24Fe questions and posts (This one is big)
...@@ -25,7 +25,6 @@ const Post: FC<PropsWithChildren<PostProps>> = ({ ...@@ -25,7 +25,6 @@ const Post: FC<PropsWithChildren<PostProps>> = ({
loggedInUser, loggedInUser,
rehydrateFeed rehydrateFeed
}) => { }) => {
console.log(user);
return ( return (
<> <>
<div className="flex w-full py-4 flex-col"> <div className="flex w-full py-4 flex-col">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment