Skip to content

Commit 844b908

Browse files
committedSep 30, 2024
Fix
1 parent 214c229 commit 844b908

File tree

1 file changed

+1
-1
lines changed
  • libs/service-portal/assets/src/components/LookupOperator

1 file changed

+1
-1
lines changed
 

‎libs/service-portal/assets/src/components/LookupOperator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { OperatorAnonymityStatus } from '@island.is/api/schema'
77

88
interface PropTypes {
99
names?: string[]
10-
operatorAnonymityStatus: any
10+
operatorAnonymityStatus?: OperatorAnonymityStatus
1111
}
1212

1313
const LookupOperator = ({ names, operatorAnonymityStatus }: PropTypes) => {

0 commit comments

Comments
 (0)