Skip to content

Commit 6f19a69

Browse files
committed
oxlint
1 parent 972288b commit 6f19a69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/ViewToolbar.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const camera_options = computed(() => [
6464
title: "Cells",
6565
testId: "highlightOnHoverCellsButton",
6666
icon: "mdi-select-all",
67-
testId: "highlightOnHoverCellsButton",
6867
action: () => {
6968
if (
7069
hybridViewerStore.is_hover_highlight &&
@@ -82,7 +81,6 @@ const camera_options = computed(() => [
8281
title: "Points",
8382
testId: "highlightOnHoverPointsButton",
8483
icon: "mdi-select-drag",
85-
testId: "highlightOnHoverPointsButton",
8684
action: () => {
8785
if (
8886
hybridViewerStore.is_hover_highlight &&

app/utils/default_styles/meshes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function meshCellsDefaultStyle(
6969
storedConfigs: {},
7070
},
7171
constant,
72+
// oxlint-disable-next-line unicorn/no-null
7273
textures: null,
7374
vertex: {
7475
name: undefined,
@@ -87,6 +88,7 @@ function meshPolygonsDefaultStyle(
8788
coloring: {
8889
active: MESH_DEFAULT_ACTIVE_COLORING,
8990
constant,
91+
// oxlint-disable-next-line unicorn/no-null
9092
textures: null,
9193
polygon: {
9294
name: undefined,

0 commit comments

Comments
 (0)