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 (
<StyledGridContainer>
<StyledGridButtons side="left">
{isDisplaying && (
{isDisplaying && (
<StyledGridButtons side="left">
<StyledButton onClick={handleReloadClick}>
<ReloadIcon />
</StyledButton>
)}
{isError && (
<StyledButton onClick={handleBrowseClick}>
<LifeRingIcon />
</StyledButton>
)}
</StyledGridButtons>
</StyledGridButtons>
)}
<StyledGridButtons side="right">
<ListeningButton
isListening={isListening}