Showing 3,654 of 3,654 total issues
Avoid too many return
statements within this function. Open
Open
return (
<BaseHistoryItem items={historyItems} current={i} key={i}>
<div>
<strong>{gettext('Exported by')}</strong>
Avoid too many return
statements within this function. Open
Open
return (
<BaseHistoryItem items={historyItems} current={i} key={i}>
<strong>
{getOperationLabel(item.operation, item.update.state)} {item.displayName}
</strong>
Avoid too many return
statements within this function. Open
Open
return (
<BaseHistoryItem items={historyItems} current={i} key={i}>
<div>
{gettext(
'Unlinked by {{user}}',
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return -1;
Avoid too many return
statements within this function. Open
Open
return assertNever(sort.direction);
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return Promise.resolve({error: {isAllowedFileType: false}});
Avoid too many return
statements within this function. Open
Open
return Promise.resolve({error: {isAllowedFileType: false}});
Avoid too many return
statements within this function. Open
Open
return Promise.resolve({
file: file,
getThumbnail: () => Promise.resolve('<i class="icon--2x icon-audio"></i>'),
});
Avoid too many return
statements within this function. Open
Open
return gettext('{{field}} cannot be earlier than now!', {field: fieldName});
Avoid too many return
statements within this function. Open
Open
return cv;
Avoid too many return
statements within this function. Open
Open
return this._updateDeskActions(currentItem, action, userDesks || self.userDesks);
Avoid too many return
statements within this function. Open
Open
return gettext('Publish');
Avoid too many return
statements within this function. Open
Open
return (
<PanelWithHeader>
<SendToTab
items={items}
closeSendToView={onClose}
Avoid too many return
statements within this function. Open
Open
return gettext('Publish');
Avoid too many return
statements within this function. Open
Open
return (
<PanelWithHeader>
<FetchToTab
items={items}
closeFetchToView={onClose}
Avoid too many return
statements within this function. Open
Open
return (
<PanelWithHeader>
<DuplicateToTab
items={items}
closeDuplicateToView={onClose}
Avoid too many return
statements within this function. Open
Open
return assertNever(activeTab);
Avoid too many return
statements within this function. Open
Open
return (
<PanelWithHeader>
<UnspikeTab
items={items}
closeUnspikeView={onClose}