Showing 4,862 of 4,862 total issues
Avoid too many return
statements within this function. Open
Open
return await recurseUntilRPUrl(
{
...httpClientConfig,
verb: "get",
url: redirectUrl,
Avoid too many return
statements within this function. Open
Open
return { tag: "None" };
Avoid too many return
statements within this function. Open
Open
return decoded.map(e => e.driving_privilege);
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return <AttachmentsClaimItem name={claim.label} />;
Avoid too many return
statements within this function. Open
Open
return null; // We want to hide the claim if it's empty
Avoid too many return
statements within this function. Open
Open
return <PlainTextClaimItem label={claim.label} claim={decoded} />; // must be the last one to be checked due to overlap with IPatternStringTag
Avoid too many return
statements within this function. Open
Open
return {
tag: "CTA",
cta1: ctas.cta_1
};
Avoid too many return
statements within this function. Open
Open
return <UnknownClaimItem label={claim.label} _claim={decoded} />;
Avoid too many return
statements within this function. Open
Open
return decoded; // must be the last one to be checked due to overlap with IPatternStringTag
Avoid too many return
statements within this function. Open
Open
return I18n.t(
`features.itWallet.presentation.credentialDetails.boolClaim.${decoded}`
);
Avoid too many return
statements within this function. Open
Open
return decoded.map((elem, index) => (
<React.Fragment
key={`${index}_${claim.label}_${elem.driving_privilege}`}
>
{index !== 0 && <Divider />}
Avoid too many return
statements within this function. Open
Open
return pipe(
decoded,
extractFiscalCode,
O.getOrElseW(() => decoded)
);
Avoid too many return
statements within this function. Open
Open
return <PlainTextClaimItem label={claim.label} claim={fiscalCode} />;
Avoid too many return
statements within this function. Open
Open
return I18n.t(
"features.itWallet.generic.placeholders.claimNotAvailable"
);
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return <BoolClaimItem label={claim.label} claim={decoded} />; // m
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return props.brand;
Avoid too many return
statements within this function. Open
Open
return {
type: "SingleCtaCustomFlow",
primaryActionProps: {
serviceId,
activate,