Skip to content

Commit

Permalink
feat: Add description to phone list
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Nov 11, 2024
1 parent 6baa01a commit e8ca685
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/resource/components/information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ export function Information({ resource }) {
) : (
<p className="text-sm">{phone.number}</p>
)}

{phone.description && (
<p className="text-sm">{phone.description}</p>
)}
</div>
);
})}
Expand Down

0 comments on commit e8ca685

Please sign in to comment.