Skip to content

Commit

Permalink
Merge pull request #331 from Aymanhki/ayman
Browse files Browse the repository at this point in the history
Bug fix for feed scrolling
  • Loading branch information
Aymanhki authored Mar 29, 2024
2 parents adb6ba8 + dfbdcea commit d8517a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epoch_frontend/src/modules/Feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {Spinner} from "./Spinner";
import Post from "./Post";
import {getAllUserPosts, getFollowedUsersPost, getAllHashtagPosts} from '../services/post.js'
import {useRef} from "react";
import 'intersection-observer';

export default function Feed({
feedUsername,
Expand Down

0 comments on commit d8517a1

Please sign in to comment.