Skip to content

Commit

Permalink
capital P
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymiked committed Aug 1, 2024
1 parent c7d9fc5 commit dbb477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Stats/TeamsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const TeamsTable: React.FC<ITeamsTableProps> = (props: ITeamsTableProps)
},
{
dataField: 'projectedLoss',
text: 'projected L',
text: 'Projected L',
sort: true,
sortCaret: sortCaretFunc,
}
Expand Down

0 comments on commit dbb477d

Please sign in to comment.