diff --git a/client/src/components/profile/components/time-line.tsx b/client/src/components/profile/components/time-line.tsx index 7746fa3306f..d1ac3063453 100644 --- a/client/src/components/profile/components/time-line.tsx +++ b/client/src/components/profile/components/time-line.tsx @@ -193,7 +193,7 @@ function TimelineInner({ show={solutionOpen} > - + {`${username}'s Solution to ${ idToNameMap.get(id)?.challengeTitle ?? '' }`}