We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214c229 commit 844b908Copy full SHA for 844b908
libs/service-portal/assets/src/components/LookupOperator/index.tsx
@@ -7,7 +7,7 @@ import { OperatorAnonymityStatus } from '@island.is/api/schema'
7
8
interface PropTypes {
9
names?: string[]
10
- operatorAnonymityStatus: any
+ operatorAnonymityStatus?: OperatorAnonymityStatus
11
}
12
13
const LookupOperator = ({ names, operatorAnonymityStatus }: PropTypes) => {
0 commit comments