diff --git a/webapp/channels/src/components/post/user_profile.tsx b/webapp/channels/src/components/post/user_profile.tsx
index f9556de359..ca2d0ea41e 100644
--- a/webapp/channels/src/components/post/user_profile.tsx
+++ b/webapp/channels/src/components/post/user_profile.tsx
@@ -95,7 +95,11 @@ const PostUserProfile = (props: Props): JSX.Element | null => {
/>
);
- botIndicator = ();
+ // user profile component checks and add bot tag in case webhook is from bot account, but if webhook is from user account we need this.
+
+ if (!isBot) {
+ botIndicator = ();
+ }
} else if (isFromAutoResponder) {
userProfile = (