Skip to content

Commit

Permalink
fix: Resolves incorrect keyword average SC data values in Tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiqi committed Jan 13, 2024
1 parent c897a52 commit e166b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/keywords/KeywordsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const KeywordsTable = (props: KeywordsTableProps) => {
threeDays: 'Last Three Days',
sevenDays: 'Last Seven Days',
thirtyDays: 'Last Thirty Days',
avgSevenDays: 'Last Three Days Avg',
avgThreeDays: 'Last Seven Days Avg',
avgThreeDays: 'Last Three Days Avg',
avgSevenDays: 'Last Seven Days Avg',
avgThirtyDays: 'Last Thirty Days Avg',
};

Expand Down

0 comments on commit e166b58

Please sign in to comment.