Skip to content

Commit

Permalink
return null removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvyshnevska committed Dec 10, 2023
1 parent 7eb5b45 commit a4e4b93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function TitleInfo({ isAuthorized, data }) {
if (isAuthorized) {
return isSaved ? filledStar : outlinedStar;
}
return null;
};

const CategoryBadges = ({ categories }) => {
Expand Down

0 comments on commit a4e4b93

Please sign in to comment.