We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be14740 commit 8b090d2Copy full SHA for 8b090d2
frontend/javascripts/oxalis/view/action-bar/download_modal_view.tsx
@@ -672,7 +672,7 @@ function _DownloadModalView({
672
>
673
Mag
674
</Divider>
675
- {!onlyOneMagAvailable ? (
+ {!onlyOneMagAvailable && (
676
<Row>
677
<Col span={19}>
678
<MagSlider magnificationInfo={selectedLayerMagInfo} value={mag} onChange={setMag} />
@@ -684,7 +684,7 @@ function _DownloadModalView({
684
{mag.join("-")}
685
</Col>
686
</Row>
687
- ) : null}
+ )}
688
<Text
689
style={{
690
margin: "0 6px 12px",
0 commit comments