Always display manual browser button for spaces in control UI

This commit is contained in:
Max Goodhart
2020-06-20 16:44:43 -07:00
parent 1836811e9c
commit eed5544ba5

View File

@@ -268,18 +268,16 @@ function GridInput({
}) })
return ( return (
<StyledGridContainer> <StyledGridContainer>
<StyledGridButtons side="left"> {isDisplaying && (
{isDisplaying && ( <StyledGridButtons side="left">
<StyledButton onClick={handleReloadClick}> <StyledButton onClick={handleReloadClick}>
<ReloadIcon /> <ReloadIcon />
</StyledButton> </StyledButton>
)}
{isError && (
<StyledButton onClick={handleBrowseClick}> <StyledButton onClick={handleBrowseClick}>
<LifeRingIcon /> <LifeRingIcon />
</StyledButton> </StyledButton>
)} </StyledGridButtons>
</StyledGridButtons> )}
<StyledGridButtons side="right"> <StyledGridButtons side="right">
<ListeningButton <ListeningButton
isListening={isListening} isListening={isListening}