Skip to content

Commit 29ebe96

Browse files
authored
Merge pull request #903 from Aguafrommars/prepare-7.0.0
refactor: code smell review
2 parents a888353 + f2d79c9 commit 29ebe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)