From f11d06817f0dd75a9c33a7a60150d25d56b66ba0 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 8 Jun 2020 16:17:00 -0400 Subject: [PATCH] pass undefined instead of null so that default value can be used --- ui/redux/actions/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/redux/actions/app.js b/ui/redux/actions/app.js index c779f2e9c..d603fab48 100644 --- a/ui/redux/actions/app.js +++ b/ui/redux/actions/app.js @@ -349,7 +349,7 @@ export function doDaemonReady() { analytics.trendingAlgorithmEvent(trendingAlgorithm); } }, - null, + undefined, DOMAIN ) );