Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/noufalrahim/care_fe into…
Browse files Browse the repository at this point in the history
… issues/ohcnetwork#8869/user-avatat-in-user-autocomplete-and-user-list
  • Loading branch information
noufalrahim committed Oct 23, 2024
2 parents 769dc5b + 9849ab0 commit fea86ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Resource/ResourceDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function ResourceDetails(props: { id: string }) {

<div className="md:col-span-2 md:row-span-2">
<div className="font-semibold leading-relaxed">Reason: </div>
<div className="ml-2">{data.reason || "--"}</div>
<div className="break-words">{data.reason || "--"}</div>
</div>
</div>

Expand Down

0 comments on commit fea86ca

Please sign in to comment.