sda-2270 removed merge problem line

This commit is contained in:
Johan Kwarnmark 2020-11-10 16:36:04 +01:00
parent be09caeb81
commit 9db457e1ef

View File

@ -137,7 +137,6 @@ export default class AboutApp extends React.Component<{}, IState> {
if (data) {
remote.clipboard.write({ text: JSON.stringify(data, null, 4) }, 'clipboard');
}
remote.clipboard.write({ text: JSON.stringify(data2, null, 4) }, 'clipboard');
}
}