We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceb0d8 commit 4c779e9Copy full SHA for 4c779e9
1 file changed
LiftLog.Ui/Pages/StatsPage.razor
@@ -13,7 +13,7 @@
13
Options="SessionSelectOptions"
14
Value="StatsState.Value.OverallViewSessionName"
15
ValueChanged="HandleSessionSelectChanged"
16
- EqualsComparer="(a,b)=>a.Equals(b)" />
+ EqualsComparer="(a,b)=>a?.Equals(b) ?? (a is null && b is null)" />
17
<Select
18
data-cy="stats-time-selector"
19
T="TimeSpan"
0 commit comments