diff --git a/apps/web/src/components/practice/SessionPausedModal.tsx b/apps/web/src/components/practice/SessionPausedModal.tsx
index e0c72257..4d78e17f 100644
--- a/apps/web/src/components/practice/SessionPausedModal.tsx
+++ b/apps/web/src/components/practice/SessionPausedModal.tsx
@@ -445,37 +445,72 @@ export function SessionPausedModal({
})}
>
Usually you take {formatSecondsFriendly(stats.meanMs)}. This one took longer, so we
- paused to check in.{' '}
-
+ paused to check in.
+ {!showStats && (
+ <>
+ {' '}
+
+ >
+ )}