Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlw committed Jun 10, 2020
1 parent 49264c5 commit 81cc9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/metadata/metadata-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class MetadataView extends React.Component<IMetadataViewProps, IMetadataV
}

private defaultValue(identifier: string, value: string): string | undefined {
if (value === '') {
if (value !== '') {
return undefined
}

Expand Down

0 comments on commit 81cc9db

Please sign in to comment.