Ignore:
Timestamp:
02/15/26 00:39:55 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
c8baad1
Parents:
85512ff
Message:

add song to playlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/UserDetail.tsx

    r85512ff rce45c7a  
    1414  Playlist,
    1515} from "../utils/types";
    16 import { useCreatedPlaylists } from "../context/playlistContext";
    1716
    1817interface FollowStatus {
     
    3837  const { username: usernameParam } = useParams();
    3938  const { user: currentUser } = useAuth();
    40   const { createdPlaylists: currentUserCreatedPlaylists } =
    41     useCreatedPlaylists();
     39
    4240  const navigate = useNavigate();
    4341  const [user, setUser] = useState<UserProfile | null>(null);
Note: See TracChangeset for help on using the changeset viewer.