Skip to content

Commit

Permalink
Fix tracking keyword is crashing Wincher chart
Browse files Browse the repository at this point in the history
  • Loading branch information
KaisZaoualiWincher committed Oct 11, 2023
1 parent 6cbd0a9 commit 3b5df9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js/src/components/WincherSEOPerformance.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ const TableContent = ( props ) => {
return [];
}
return Object.values( trackedKeyphrases )
.filter( keyphrase => !! keyphrase?.position?.history )
.map( keyphrase => ( {
label: keyphrase.keyword,
data: keyphrase.position.history,
Expand Down

0 comments on commit 3b5df9a

Please sign in to comment.