Skip to content

Commit

Permalink
Add google login
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish35 committed Oct 5, 2024
1 parent 1bbe273 commit d5ecbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Posts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Posts = () => {

return (
<Container centerContent>
<SearchBar />x
<SearchBar />
{communities.length>0 && (
<CreatePost communities={communities} onSubmit={handleCreatePost} />
)}
Expand Down

0 comments on commit d5ecbdd

Please sign in to comment.