Skip to content

Commit f543729

Browse files
committed
Lint
1 parent bed7df6 commit f543729

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

special-pages/pages/special-error/app/hooks/ErrorStrings.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ export function useAdvancedInfoHeading() {
121121
case 'scam':
122122
const { url } = /** @type {MaliciousSite} */ (errorData);
123123
const anchorTagParams = reportSiteAnchorTagParams(url);
124-
const translationKey = /** @type {const} */ (
125-
`${kind}AdvancedInfoHeading`
126-
);
124+
const translationKey = /** @type {const} */ (`${kind}AdvancedInfoHeading`);
127125
return <Trans str={t(translationKey)} values={{ a: anchorTagParams }} />;
128126
default:
129127
}

0 commit comments

Comments
 (0)