Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cavonlee committed Mar 8, 2024
1 parent 12fb089 commit 45d2d56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/cards/fanCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const FanCard = (props) => {
}
let newData = props.data.map(obj => ({
timestamp: timeFormatting(obj.time),
state: obj.fan_state ? "ON" : "OFF",
mode: firstUpperCase(obj.fan_mode),
power: obj.fan_power,
cpu_temperature: obj.cpu_temperature,
}));
Expand Down

0 comments on commit 45d2d56

Please sign in to comment.