We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a1246 commit 25aa810Copy full SHA for 25aa810
1 file changed
MM.WEB/Shared/GoogleAdSense.razor
@@ -35,6 +35,8 @@
35
{
36
try
37
38
+ await base.OnAfterRenderAsync(firstRender);
39
+
40
if (firstRender && !IsLocalhost && !ActiveSubscription)
41
42
var country = await AppStateStatic.GetCountry(IpInfoApi, JsRuntime);
0 commit comments