Skip to content

Commit

Permalink
Removed unused useEffect.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Feb 19, 2024
1 parent ece153d commit f7204e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { observer } from "mobx-react-lite"
import { useTemperatures, TemperatureInstanceId } from "@victronenergy/mfd-modules"
import { useState, createContext, useCallback, useEffect } from "react"
import { useState, createContext, useCallback } from "react"
import { useVisibilityNotifier } from "../../../modules"
import Box from "../../ui/Box"
import TemperatureData from "./TemperatureData"
Expand Down

0 comments on commit f7204e6

Please sign in to comment.