Skip to content

Commit

Permalink
fix: fix ContactRequestCount count text
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed May 9, 2024
1 parent c1bb81a commit 311ab52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const ContactRequestCount: React.FunctionComponent<
return (
<div className="space-x flex flex-row items-center">
<Icons.coffee />
<p>{count}</p>
<p>{t("general.chat", { count: count })}</p>
</div>
)
Expand Down

0 comments on commit 311ab52

Please sign in to comment.