Skip to content

Commit

Permalink
chore: adjustes useMemo of accessibility label
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Jan 30, 2025
1 parent b6c1844 commit 7ef1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/RoomItem/RoomItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const RoomItem = ({
type: prid ? 'discussion' : type,
userId
})} ${name} ${capitalize(date)} ${memoizedMessage}`,
[name, date, statusState, memoizedMessage]
[name, date, isGroupChat, status, statusState, teamMain, userId, prid, type, memoizedMessage]
);
return (
<Touchable
Expand Down

0 comments on commit 7ef1e7e

Please sign in to comment.