Skip to content

Commit

Permalink
Update ContentRendererClient.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayDhobale authored Apr 15, 2024
1 parent 5c11c7f commit c83b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/ContentRendererClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ContentRendererClient = ({
);

if (!metadata) {
return <div>Loading < /div>;
return <div>Loading </div>;
}

const mpdUrl = metadata?.[quality || '1080'] || '';
Expand Down

0 comments on commit c83b593

Please sign in to comment.