Skip to content

Commit

Permalink
PWA-3307::[Cloud] Language translating giving errors
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Jul 18, 2024
1 parent 2411b31 commit c18ea92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const CategoryContent = props => {

return (
<Fragment>
<div>
<Breadcrumbs categoryId={categoryId} />
<StoreTitle>{categoryName}</StoreTitle>
<article className={classes.root} data-cy="CategoryContent-root">
Expand Down Expand Up @@ -190,6 +191,7 @@ const CategoryContent = props => {
</div>
</div>
</article>
</div>
</Fragment>
);
};
Expand Down

0 comments on commit c18ea92

Please sign in to comment.