mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
Formatting
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user