Skip to content

Commit

Permalink
Update comparison used for UA cutoff marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Jul 13, 2023
1 parent 57bbd7e commit f4515de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function AnalyticsStats( props ) {
];
}

if ( ! isGA4DashboardView ) {
if ( isGA4DashboardView === false ) {
dateMarkers = [
{
date: UA_CUTOFF_DATE,
Expand Down

0 comments on commit f4515de

Please sign in to comment.