Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 4, 2021
1 parent fb76863 commit 9418378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/BaseFeatureWidget/BaseFeatureDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ export const FeatureDetails = (props: {
model: any
feature: any
depth?: number
omit?: string[]
}) => {
const { model, feature, depth = 0 } = props
const { name, id, type, subfeatures } = feature
Expand Down

0 comments on commit 9418378

Please sign in to comment.