Skip to content

Commit

Permalink
Merge pull request #151 from Weflo-A/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ymj07168 authored Mar 10, 2024
2 parents 2d5bb80 + 282a7b0 commit 199e6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/estimate/RepairCompanyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const RepairCompanyCard = ({
style={{
width: '13.1875rem',
height: '4.375rem',
objectFit: 'contain',
}}
src={logo}
alt={name}
Expand Down
2 changes: 1 addition & 1 deletion src/components/estimate/RepairCompanyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const RepairCompanyList = ({ items }: RepairCompanyProps) => {
{currentPosts.map((item, index) => (
<RepairCompanyCard
key={index}
logo={logoImg1}
logo={item.image}
cost={[item.minPrice, item.maxPrice]}
name={item.name}
tag={[...new Set(item.features)]}
Expand Down

0 comments on commit 199e6ef

Please sign in to comment.