Skip to content

Commit 3d30f47

Browse files
committed
fix(unique-bugs): remove useless progress demo component
1 parent 7edf046 commit 3d30f47

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

src/pages/Campaign/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { ReportRowLoading } from './ReportRowLoading';
1212
import { ReportRow } from './ReportRow';
1313
import { Navigation, NavigationLoading } from './navigation';
1414
import { UniqueBugs } from './widgets/UniqueBugs';
15-
import { Progress } from './widgets/Progress';
1615
import { EmptyState } from './EmptyState';
1716

1817
const Campaign = () => {
@@ -90,9 +89,6 @@ const Campaign = () => {
9089
<Col xs={12} md={4}>
9190
<UniqueBugs campaignId={campaign ? campaign.id : 0} />
9291
</Col>
93-
<Col xs={12} md={4}>
94-
<Progress />
95-
</Col>
9692
</Row>
9793
)}
9894
{reports &&

src/pages/Campaign/widgets/Progress.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)