From 9f5b33e47ec51877ca429bd7dbed5931a4918117 Mon Sep 17 00:00:00 2001 From: Pujan Date: Fri, 14 Jul 2023 01:14:35 +0530 Subject: [PATCH] set selectable false for avatars extra number text --- src/components/MultipleAvatars.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/MultipleAvatars.js b/src/components/MultipleAvatars.js index 03072e6b6fcc..3b20d99fa2ea 100644 --- a/src/components/MultipleAvatars.js +++ b/src/components/MultipleAvatars.js @@ -221,7 +221,10 @@ function MultipleAvatars(props) { StyleUtils.getWidthStyle(oneAvatarSize.width), ]} > - {`+${avatars.length - props.maxAvatarsInRow}`} + {`+${avatars.length - props.maxAvatarsInRow}`}