Skip to content

Commit 555b6f5

Browse files
authored
Merge f2d79c9 into a888353
2 parents a888353 + f2d79c9 commit 555b6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aguacongas.TheIdServer.BlazorApp/Shared/MainLayout.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace Aguacongas.TheIdServer.BlazorApp.Shared
44
{
55
public partial class MainLayout
66
{
7-
bool IsClientSide => RuntimeInformation.IsOSPlatform(OSPlatform.Create("BROWSER"));
7+
static bool IsClientSide => RuntimeInformation.IsOSPlatform(OSPlatform.Create("BROWSER"));
88
}
99
}

0 commit comments

Comments
 (0)