Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 28, 2025
1 parent f7f0526 commit 5b98189
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ export function SavedSessionRecordingPlaylists({ tab }: SavedSessionRecordingPla
{recordings_counts.saved_filters?.increased ? <IconArrowUp /> : null}
</span>
) : (
<LemonBadge status="muted" content="?" className="cursor-pointer" />
<span>
<LemonBadge status="muted" content="?" className="cursor-pointer" />
</span>
)}
</Tooltip>
</div>
Expand Down

0 comments on commit 5b98189

Please sign in to comment.