Skip to content

Commit

Permalink
tidyup after rebase with #1577
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed May 9, 2024
1 parent 0aa9a31 commit abf99cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fronts-client/src/components/feed/ChefFeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { selectFeatureValue } from '../../selectors/featureSwitchesSelectors';
import { State } from '../../types/State';
import { connect } from 'react-redux';
import noop from 'lodash/noop';
import { CardTypesMap } from '../../constants/cardTypes';

interface ComponentProps {
chef: Chef;
Expand All @@ -32,6 +33,7 @@ export const ChefFeedItemComponent = ({

return (
<FeedItem
type={CardTypesMap.CHEF}
id={chef.id}
title={`${chef.firstName} ${chef.lastName}`}
hasVideo={false}
Expand Down
4 changes: 2 additions & 2 deletions fronts-client/src/components/feed/RecipeSearchContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const FeastSearchContainerComponent = ({
<ClipboardHeader />
</InputContainer>
<FixedContentContainer>
<ResultsHeadingContainer>
<Title>
<SearchResultsHeadingContainer>
<SearchTitle>
{'Results'}
<ShortVerticalPinline />
</SearchTitle>
Expand Down

0 comments on commit abf99cd

Please sign in to comment.