Skip to content

Commit

Permalink
fix(tests): fix linter errors and build process
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Aug 21, 2024
1 parent 162aec6 commit be0152f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NavigationJumpTo, NavigationJumpToProps } from "@czi-sds/components";
const NavigationJumpToNameSpaceTest = (props: NavigationJumpToProps) => {
return (
<NavigationJumpTo
indicatorColor="info"
items={[
{ elementRef: { current: null }, title: "Item 1" },
{ elementRef: { current: null }, title: "Item 2" },
Expand Down

0 comments on commit be0152f

Please sign in to comment.