Skip to content

Commit

Permalink
Merge pull request #67 from Bug-Bust3rs/dev
Browse files Browse the repository at this point in the history
fix : bug
  • Loading branch information
Puskar-Roy authored Jul 24, 2024
2 parents 6e59ee3 + b4049ad commit 8003782
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/frontend/src/components/feed/AsideLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import ProfileLoder from "./ProfileLoder";

import axios from 'axios';

interface UserProfile {
image: string | null;
}


const AsideLeft = () => {
const { state } = useAuthContext();
Expand Down

0 comments on commit 8003782

Please sign in to comment.