We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760bd30 commit 74da228Copy full SHA for 74da228
1 file changed
src/components/plots/Plot.tsx
@@ -13,7 +13,6 @@ import AnalysisWG from './AnalysisWG';
13
import ExportCanvas from '@/utils/ExportCanvas';
14
import { useDataFetcher } from '@/hooks/useDataFetcher';
15
16
-
17
const TransectNotice = () =>{
18
const {selectTS} = usePlotStore(useShallow(state => ({selectTS: state.selectTS})))
19
0 commit comments