Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden authored and hoffmang9 committed Jan 26, 2021
1 parent e59b6a1 commit 88847b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron-react/src/components/plot/PlotStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import { Trans } from '@lingui/macro';
import { Flex, Indicator, StateColor, TooltipIcon } from '@chia/core';
import type Plot from '../../types/Plot';
import useFarmerStatus from '../../hooks/useFarmerStatus';
import FarmerStatus from '../../constants/FarmerStatus';

const Color = {
Expand Down

0 comments on commit 88847b7

Please sign in to comment.