Formatting

This commit is contained in:
Brett Jephson
2024-09-20 11:41:38 +01:00
parent 65d77295e5
commit 2d4ddc9d95
@@ -67,9 +67,9 @@ export function ServerURLForm(props: {
{children}
{stateContext?.state?.edit && servers.length > 1 ? (
<ServerSelector
servers={servers}
currentIndex={serverIndex}
onChange={switchServer}
servers={servers}
currentIndex={serverIndex}
onChange={switchServer}
/>
) : null}
{isEditable ? (