tmp disable sw, add FormattedMessage ids via eslint

This commit is contained in:
Martti Malmi
2023-11-20 13:35:51 +02:00
parent 6d706717c8
commit ef85b47b58
96 changed files with 646 additions and 592 deletions

View File

@ -24,7 +24,7 @@ export const ProxyImg = (props: ProxyImgProps) => {
setBypass(true);
}}>
<FormattedMessage
defaultMessage="Failed to proxy image from {host}, click here to load directly"
defaultMessage="Failed to proxy image from {host}, click here to load directly" id="65BmHb"
values={{
host: getUrlHostname(props.src),
}}