Skip to content

Commit a8b1b19

Browse files
committed
minor fix
1 parent 73ee812 commit a8b1b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor-ApexCharts/ApexChart.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public partial class ApexChart<TItem> : IDisposable where TItem : class
4343

4444
protected override void OnInitialized()
4545
{
46-
var isWasm = this.JSRuntime is IJSInProcessRuntime;
46+
isWasm = this.JSRuntime is IJSInProcessRuntime;
4747
if (isWasm)
4848
{
4949
jsUnmarshalled = (IJSUnmarshalledRuntime)ServiceProvider.GetService(typeof(IJSUnmarshalledRuntime));

0 commit comments

Comments
 (0)