chore: formatting

This commit is contained in:
2024-07-19 14:52:59 +01:00
parent 0006b16314
commit ce92a7fa19
5 changed files with 50 additions and 27 deletions

View File

@ -269,7 +269,7 @@ export default function NostrProviderDialog({
<FormattedMessage defaultMessage="Balance History" />
</h3>
<div className="flex flex-col gap-1">
<BalanceHistory provider={provider}/>
<BalanceHistory provider={provider} />
</div>
</div>
);