diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx index 17e62d034..4145e77c7 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx @@ -2099,7 +2099,7 @@ export default function PageClient({ initialReplayId, lockedUserId }: PageClient Session replays let you watch how users interact with your app. For info on enabling replays,{" "} look here @@ -2109,39 +2109,11 @@ export default function PageClient({ initialReplayId, lockedUserId }: PageClient )} - - ) : ( -
- {loadingInitial ? ( -
- - - Loading replay... - -
- ) : ( -
- - - No session replays yet - - - Session replays let you watch how users interact with your app. For info on enabling replays,{" "} - - look here - - . - -
- )} -
- )} - - - + )} + + + + );