summaryrefslogtreecommitdiffstats
path: root/ui/src/components/listing-type-select.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/listing-type-select.tsx')
-rw-r--r--ui/src/components/listing-type-select.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/listing-type-select.tsx b/ui/src/components/listing-type-select.tsx
index 6d13f19a..e9b5a031 100644
--- a/ui/src/components/listing-type-select.tsx
+++ b/ui/src/components/listing-type-select.tsx
@@ -26,7 +26,7 @@ export class ListingTypeSelect extends Component<
this.state = this.emptyState;
}
- static getDerivedStateFromProps(props) {
+ static getDerivedStateFromProps(props: any): ListingTypeSelectProps {
return {
type_: props.type_,
};