Skip to content

Commit

Permalink
coderabbitai suggestion added
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Dec 19, 2024
1 parent d48b7a9 commit 8584231
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Assets/AssetWarrantyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ export default function AssetWarrantyCard(props: { asset: AssetData }) {
["Phone", asset.support_phone, "l-phone"],
["Email", asset.support_email, "l-envelope"],
].map((item) => (
<div className="flex flex-wrap items-center">
<div
key={`support-${item[0]}`}
className="flex flex-wrap items-center"
>
{item[1] && (
<>
<div className="w-16 italic text-secondary-200">
Expand Down

0 comments on commit 8584231

Please sign in to comment.