Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heclak committed Nov 23, 2024
1 parent db4abd2 commit 1d1a12e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ export class NdData extends DisplayComponent<NdDataProps> {
this.sub
.on('ovhd_ann_lt_test_active')
.whenChanged()
.handle((v) => {
this.lightsTest.set(v);
});
.handle((v) => this.lightsTest.set(v));
}

render(): VNode | null {
Expand Down

0 comments on commit 1d1a12e

Please sign in to comment.