}
rightElement={
{statusIcon}
{recentInstances.length > 0 && (
)}
}
aria-label={t`Instance URL`}
aria-describedby={discoveryError ? 'instance-error' : undefined}
/>
{showDropdown && recentInstances.length > 0 && (
Recent instances
{recentInstances.map((instance) => (
-
))}
)}