Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Oct 13, 2023
1 parent f492c83 commit 77fbca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/fields/headline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ headline.propTypes = {
item: PropTypes.shape({
headline: PropTypes.string,
}).isRequired,
filterLanguage: PropTypes.string,
language: PropTypes.string,
};
2 changes: 1 addition & 1 deletion client/components/fields/slugline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ slugline.propTypes = {
item: PropTypes.shape({
slugline: PropTypes.string,
}).isRequired,
filterLanguage: PropTypes.string,
language: PropTypes.string,
};

0 comments on commit 77fbca4

Please sign in to comment.