Skip to content

Commit 33bd33d

Browse files
committed
fix: use correct casing
1 parent 590afbf commit 33bd33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gauge/Components/Dropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps, ComputedSubject, DisplayComponent, FSComponent, Subject, VNode } from "@microsoft/msfs-sdk"
1+
import { ComponentProps, DisplayComponent, FSComponent, Subject, VNode } from "@microsoft/msfs-sdk"
22
import "./Dropdown.css"
33

44
export class Dropdown extends DisplayComponent<ComponentProps> {
@@ -60,7 +60,7 @@ export class Dropdown extends DisplayComponent<ComponentProps> {
6060
this.dropdownMenuRef.instance.appendChild(dropdownItem)
6161
}
6262

63-
public getnavigationDataFormat(): string | null {
63+
public getNavigationDataFormat(): string | null {
6464
return this.navigationDataFormat
6565
}
6666
}

0 commit comments

Comments
 (0)