Skip to content

Commit

Permalink
remove website integration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopaunov committed Jun 1, 2020
1 parent c439dd2 commit 7a98e04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/dashboard/containers/Slot/WebsiteIssues.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ export function RenderIssue({ label, args }) {

export const ALL_ISSUES = {
SLOT_ISSUE_BLACKLISTED: LooksOneSharp,
SLOT_ISSUE_INTEGRATION_NOT_VERIFIED: LooksTwoSharp,
SLOT_ISSUE_OWNERSHIP_NOT_VERIFIED: Looks3Sharp,
SLOT_ISSUE_SOMEONE_ELSE_VERIFIED: Looks4Sharp,
SLOT_ISSUE_OWNERSHIP_NOT_VERIFIED: LooksTwoSharp,
SLOT_ISSUE_SOMEONE_ELSE_VERIFIED: Looks3Sharp,
}

export const WebsiteVerifyBtn = ({ id, website, issues, updated }) => {
Expand Down

0 comments on commit 7a98e04

Please sign in to comment.