Skip to content

Commit 4999d98

Browse files
authored
refactor(entity-info): fix typo
1 parent 4140642 commit 4999d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/entity-info.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const StyledListItem = styled(ListItem).attrs({
2424
...fonts.fontPrimary,
2525
},
2626
underlayColor: props => (props.unknown ? null : colors.greyLight),
27-
hideChevron: props => props.unkown,
27+
hideChevron: props => props.unknown,
2828
})``;
2929

3030
const getBlogLink = url =>

0 commit comments

Comments
 (0)