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 7edf046 commit 3d30f47Copy full SHA for 3d30f47
src/pages/Campaign/index.tsx
@@ -12,7 +12,6 @@ import { ReportRowLoading } from './ReportRowLoading';
12
import { ReportRow } from './ReportRow';
13
import { Navigation, NavigationLoading } from './navigation';
14
import { UniqueBugs } from './widgets/UniqueBugs';
15
-import { Progress } from './widgets/Progress';
16
import { EmptyState } from './EmptyState';
17
18
const Campaign = () => {
@@ -90,9 +89,6 @@ const Campaign = () => {
90
89
<Col xs={12} md={4}>
91
<UniqueBugs campaignId={campaign ? campaign.id : 0} />
92
</Col>
93
- <Col xs={12} md={4}>
94
- <Progress />
95
- </Col>
96
</Row>
97
)}
98
{reports &&
src/pages/Campaign/widgets/Progress.tsx
0 commit comments