Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return <ComposerArchived />;
Avoid too many return
statements within this function. Open
Open
return <ComposerOmnichannelJoin />;
Avoid too many return
statements within this function. Open
Open
return <ComposerReadOnly />;
Avoid too many return
statements within this function. Open
Open
return <ComposerMessage {...props} />;
Avoid too many return
statements within this function. Open
Open
return attachment.title;
Avoid too many return
statements within this function. Open
Open
return <ComposerBlocked />;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return 'card';
Avoid too many return
statements within this function. Open
Open
return differenceInSeconds(current.ts, previous.ts) < groupingRange && !isMessageNewDay(current, previous);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return t('Your_invite_link_will_never_expire');
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return <Icon {...iconPropsOrReactNode} size={size} />;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
if (!mid) return;
Avoid too many return
statements within this function. Open
Open
return { ...message, msg: otrAck };
Avoid too many return
statements within this function. Open
Open
return c.stop();
Avoid too many return
statements within this function. Open
Open
return displayingUserRoomRoles.includes('owner') ? myself : true;