File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { ClaimType } from '../../pages/doi.org/[...doi]'
1010import Loading from '../Loading/Loading'
1111import Error from '../Error/Error'
1212import ClaimStatus from '../ClaimStatus/ClaimStatus'
13- import { Feature } from 'flagged'
1413
1514type 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}
You can’t perform that action at this time.
0 commit comments