Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return {
action: 'purchase',
label: 'Install',
};
Avoid too many return
statements within this function. Open
Open
return {
label: appRequestStats.totalUnseen > 1 ? 'requests' : 'request',
};
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return <ImportProgressPage />;
Avoid too many return
statements within this function. Open
Open
return newState;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return first.focus();
Avoid too many return
statements within this function. Open
Open
return <IntegrationsPage />;
Avoid too many return
statements within this function. Open
Open
return <BaseGroupPage {...group} onClickBack={onClickBack} hasReset={false} />;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return <BaseGroupPage {...group} onClickBack={onClickBack} />;
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 <RoomHeader slots={slots} room={room} />;
Avoid too many return
statements within this function. Open
Open
return <RoomHeader room={room} topic={room.topic} slots={slots} />;
Avoid too many return
statements within this function. Open
Open
return <ComposerJoinWithPassword />;
Avoid too many return
statements within this function. Open
Open
return (
<>
{children}
<ComposerMessage readOnly={room.ro} {...props} />
</>
Avoid too many return
statements within this function. Open
Open
return <AudioPlayer src={url} />;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return <DirectRoomHeader slots={slots} room={room} />;