chore: formatting

This commit is contained in:
2023-12-04 13:18:35 +00:00
parent 22297aecaa
commit 5780bc38c0
5 changed files with 30 additions and 12 deletions

View File

@ -14,7 +14,7 @@ export function NostrProviderDialog({
showEndpoints,
showEditor,
...others
}: { provider: StreamProvider; showEndpoints: boolean, showEditor: boolean } & StreamEditorProps) {
}: { provider: StreamProvider; showEndpoints: boolean; showEditor: boolean } & StreamEditorProps) {
const system = useContext(SnortContext);
const [topup, setTopup] = useState(false);
const [info, setInfo] = useState<StreamProviderInfo>();