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

@ -61,7 +61,7 @@ export default function NostrLinkHandler() {
<Spinner width={50} height={50} />
) : (
<b className="error">
<FormattedMessage defaultMessage="Nothing found :/" />
<FormattedMessage defaultMessage="Nothing found :/" id="oJ+JJN" />
</b>
)}
</div>