Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 12, 2024
1 parent d0de684 commit 82090df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/input-npc/input-npc.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class InputNpcComponent implements OnInit {
}
}

public itemCompare(itemA: NPCModel, itemB: NPCModel): boolean {
public npcCompare(itemA: NPCModel, itemB: NPCModel): boolean {
return itemA.value === itemB.value;
}

Expand Down

0 comments on commit 82090df

Please sign in to comment.