diff --git a/lib/gui/app/components/source-selector/source-selector.tsx b/lib/gui/app/components/source-selector/source-selector.tsx index 411b0b51..50902ed6 100644 --- a/lib/gui/app/components/source-selector/source-selector.tsx +++ b/lib/gui/app/components/source-selector/source-selector.tsx @@ -420,7 +420,7 @@ export class SourceSelector extends React.Component< } metadata.SourceType = SourceType; - if (!metadata.hasMBR) { + if (!metadata.hasMBR && this.state.warning === null) { analytics.logEvent('Missing partition table', { metadata }); this.setState({ warning: {