Skip to content

Commit

Permalink
fix(productViewMissing): relax proptypes, styling (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed May 12, 2021
1 parent 3380bb4 commit 04e4b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/productView/productViewMissing.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ProductViewMissing.propTypes = {
isSearchable: PropTypes.bool.isRequired,
path: PropTypes.string.isRequired,
pathParameter: PropTypes.string,
productParameter: PropTypes.string.isRequired
productParameter: PropTypes.string
})
),
t: PropTypes.func
Expand Down
1 change: 1 addition & 0 deletions src/styles/_product-view.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.curiosity {
&.curiosity-missing-view {
box-shadow: none;
padding: 1em;

.pf-c-card {
Expand Down

0 comments on commit 04e4b40

Please sign in to comment.