Run formatter

This commit is contained in:
2023-09-05 15:22:03 +01:00
parent ab464bfae5
commit e05cfeaba9
58 changed files with 114 additions and 112 deletions

View File

@ -261,9 +261,7 @@ export default function Nip5Service(props: Nip05ServiceProps) {
/>
 @ 
<select value={domain} onChange={onDomainChange}>
{serviceConfig?.domains.map(a => (
<option key={a.name}>{a.name}</option>
))}
{serviceConfig?.domains.map(a => <option key={a.name}>{a.name}</option>)}
</select>
</div>
)}