tmp disable sw, add FormattedMessage ids via eslint
This commit is contained in:
@ -57,7 +57,7 @@ export default function SuggestedProfiles() {
|
||||
return (
|
||||
<>
|
||||
<div className="flex items-center justify-between bg-superdark p br">
|
||||
<FormattedMessage defaultMessage="Provider" />
|
||||
<FormattedMessage defaultMessage="Provider" id="xaj9Ba" />
|
||||
<select onChange={e => setProvider(Number(e.target.value))}>
|
||||
<option value={Provider.NostrBand}>nostr.band</option>
|
||||
{/*<option value={Provider.SemisolDev}>semisol.dev</option>*/}
|
||||
|
Reference in New Issue
Block a user