Skip to content

Commit 6f40c25

Browse files
committed
fixed linting error
1 parent 213c5c6 commit 6f40c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SidebarContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const searchQuery = ref("");
5252
const tabIcons = [
5353
{ icon: "cube-icon", title: "Objects", id: 0, tab: ObjectExplorer },
5454
{ icon: "curve-icon", title: "Paths", id: 1, tab: PathExplorer },
55-
{ icon: "swatchbook-icon", title: "Colormap", id: 2, tab: ColorMapControl},
55+
{ icon: "swatchbook-icon", title: "Colormap", id: 2, tab: ColorMapControl },
5656
{ icon: "wrench-icon", title: "Settings", id: 3, tab: SettingsTab },
5757
{ icon: "info-icon", title: "Info", id: 4, tab: InfoTab }
5858
];

0 commit comments

Comments
 (0)