79685746

Date: 2025-07-01 08:36:37
Score: 0.5
Natty:
Report link

change

MudButton @onclick="LoadFlights"

to

MudButton OnClick="LoadFlights"

or to

MudButton OnClick="@(async () => await LoadFlights())"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Dorian