Skip to content

Commit fbeacab

Browse files
Remove claiming feature flag
1 parent cead30b commit fbeacab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Claim/Claim.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { ClaimType } from '../../pages/doi.org/[...doi]'
1010
import Loading from '../Loading/Loading'
1111
import Error from '../Error/Error'
1212
import ClaimStatus from '../ClaimStatus/ClaimStatus'
13-
import { Feature } from 'flagged'
1413

1514
type Props = {
1615
doi_id: string
@@ -209,7 +208,6 @@ const Claim: React.FunctionComponent<Props> = ({ doi_id }) => {
209208

210209
return (
211210
<>
212-
<Feature name="orcidclaiming">
213211
<h3 className="member-results">ORCID Claim</h3>
214212
<div className="panel panel-transparent claim"></div>
215213
<div className="panel-body">
@@ -248,7 +246,6 @@ const Claim: React.FunctionComponent<Props> = ({ doi_id }) => {
248246
</Col>
249247
</Row>
250248
</div>
251-
</Feature>
252249
</>
253250
)
254251
}

0 commit comments

Comments
 (0)