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 71b9e49 commit 0f2bd69Copy full SHA for 0f2bd69
src/popup/SegmentListComponent.tsx
@@ -386,6 +386,7 @@ function ImportSegments(props: ImportSegmentsProps) {
386
<div id="issueReporterImportExport" className={props.status === LoadingStatus.Loading ? "hidden" : ""}>
387
<div id="importExportButtons">
388
<button id="importSegmentsButton"
389
+ className={props.status === LoadingStatus.SegmentsFound || props.status === LoadingStatus.NoSegmentsFound ? "" : "hidden"}
390
title={chrome.i18n.getMessage("importSegments")}
391
onClick={() => {
392
setImportMenuVisible(!importMenuVisible);
0 commit comments