fix: Resolves incorrect keyword average SC data values in Tracker

This commit is contained in:
towfiqi 2024-01-13 11:58:16 +06:00
parent c897a52550
commit e166b588aa

View File

@ -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',
};