Skip to content

Commit

Permalink
forget to add skeleton for header
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker committed Jan 3, 2024
1 parent c1e6a8f commit 69d5735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/stream-player/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React from "react";
import { UserAvatar, UserAvatarSkeleton } from "../user-avatar";
import { UserIcon } from "lucide-react";
import { Skeleton } from "../ui/skeleton";
import { Actions } from "./actions";
import { Actions, ActionsSkeleton } from "./actions";
import { VerifiedMark } from "../verified-mark";

interface HeaderProps {
Expand Down Expand Up @@ -87,7 +87,7 @@ export const HeaderSkeleton = () => {
<Skeleton className="h-4 w-24" />
</div>
</div>
{/*<ActionsSkeleton />*/}
<ActionsSkeleton />
</div>
);
};

0 comments on commit 69d5735

Please sign in to comment.