Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
rulfo71 committed Nov 18, 2022
1 parent 849a320 commit ed4638f
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,36 @@ exports[`CallDetails Should match 1`] = `
border-radius: 10px;
}
.c9 {
color: #A1A6B0;
margin-right: 0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-text-decoration: none;
text-decoration: none;
overflow-wrap: break-word;
}
.c9:hover {
cursor: pointer;
color: #fff;
}
.c10 {
margin-right: 0.5rem;
overflow-wrap: break-word;
}
.c2 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -151,36 +181,6 @@ exports[`CallDetails Should match 1`] = `
padding: 4px 8px;
}
.c9 {
color: #A1A6B0;
margin-right: 0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-text-decoration: none;
text-decoration: none;
overflow-wrap: break-word;
}
.c9:hover {
cursor: pointer;
color: #fff;
}
.c10 {
margin-right: 0.5rem;
overflow-wrap: break-word;
}
<div>
<div
Expand Down Expand Up @@ -417,6 +417,36 @@ exports[`CallDetails Should match with empty data 1`] = `
border-radius: 10px;
}
.c9 {
color: #A1A6B0;
margin-right: 0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-text-decoration: none;
text-decoration: none;
overflow-wrap: break-word;
}
.c9:hover {
cursor: pointer;
color: #fff;
}
.c10 {
margin-right: 0.5rem;
overflow-wrap: break-word;
}
.c2 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -458,36 +488,6 @@ exports[`CallDetails Should match with empty data 1`] = `
padding: 4px 8px;
}
.c9 {
color: #A1A6B0;
margin-right: 0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-text-decoration: none;
text-decoration: none;
overflow-wrap: break-word;
}
.c9:hover {
cursor: pointer;
color: #fff;
}
.c10 {
margin-right: 0.5rem;
overflow-wrap: break-word;
}
<div>
<div
Expand Down
1 change: 0 additions & 1 deletion src/components/primitives/Links/ExternalLink.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {} from 'components/ActionsBuilder/CallDetails/CallDetails.styled';
import { FiExternalLink } from 'react-icons/fi';
import { StyledSegmentLink, LinkDetail } from './styles';
import { ExternalLinkProps } from './types';
Expand Down

0 comments on commit ed4638f

Please sign in to comment.