Skip to content

Commit

Permalink
fix yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Feb 12, 2024
1 parent 977b152 commit 62d7c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PlotsTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function DownloadData({
}: {
data: object
name: string
selected: Any
selected: any

Check warning on line 103 in lib/PlotsTemplate.tsx

View workflow job for this annotation

GitHub Actions / Lint Code Base

Unexpected any. Specify a different type
}): JSX.Element {
const url = useRef("#")

Expand Down

0 comments on commit 62d7c24

Please sign in to comment.