Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Feb 12, 2024
1 parent 9a746f6 commit 977b152
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 @@ -102,7 +102,7 @@ export function DownloadData({
name: string
selected: Any
}): JSX.Element {
let url = useRef("#")
const url = useRef("#")

// This runs every time selected changes
useEffect(() => {
Expand Down

0 comments on commit 977b152

Please sign in to comment.