Skip to content

Commit

Permalink
fixed duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenschaum committed Jan 1, 2025
1 parent f9270d4 commit a24b837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viewer/components/WindWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const getWindData=(props)=>{

const WindWidget = (props) => {
useKeyEventHandler(props, "widget");
let wind = getWindData(props);
const names = {
A: {
speed: 'AWS',
Expand Down

0 comments on commit a24b837

Please sign in to comment.