summaryrefslogtreecommitdiffstats
path: root/ui/src/components/listing-type-select.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-07-14 11:59:15 -0400
committerDessalines <tyhou13@gmx.com>2020-07-14 11:59:15 -0400
commit2f32d3e6dfedf985cc09d92c5be3c4b5d0f7b16c (patch)
tree0c1f7e20592767b00098c6b96038b36aefaf179f /ui/src/components/listing-type-select.tsx
parentd6fdfe0b6d348e0c3da5deaf5beea329ff04f068 (diff)
A few fixes.
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_,
};