Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Aug 23, 2024
1 parent ee56241 commit 5bef902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/HCX/ClaimCardCommunication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function ClaimCardCommunication({
<div className="flex justify-end">
<CareIcon
icon="l-info-circle"
className=" h-7 w-7 cursor-pointer text-gray-600 hover:text-gray-800"
className="h-7 w-7 cursor-pointer text-gray-600 hover:text-gray-800"
onClick={() => setShowMessages(false)}
/>
</div>
Expand Down

0 comments on commit 5bef902

Please sign in to comment.