Skip to content

Commit

Permalink
fix: adjust entry name content - remove unneeded text "Entry X"
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle254 committed Oct 21, 2024
1 parent bfe5b50 commit 1fd9e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/league/[leagueId]/entry/[entryId]/week/Week.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const Week = ({ entry, league, NFLTeams, week }: IWeekProps): JSX.Element => {
as='h2'
className='pb-8 text-muted-foreground'
data-testid='entry-name'
>{`Entry ${entryName}`}
>{entryName}
</Heading>
{pickHistory.length > 0 && (
<section
Expand Down

0 comments on commit 1fd9e8e

Please sign in to comment.