Skip to content

Commit 4a92061

Browse files
committed
fix formatting issues
1 parent d16378b commit 4a92061

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

source/renderer/app/components/status/DaedalusDiagnostics.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,7 @@ class DaedalusDiagnostics extends Component<Props, State> {
586586
{getSectionRow('systemInfo')}
587587
{getRow('platform', platform)}
588588
{getRow('platformVersion', platformVersion)}
589-
{getRow(
590-
'cpu',
591-
<PopOver content={cpu}>
592-
{cpu}
593-
</PopOver>
594-
)}
589+
{getRow('cpu', <PopOver content={cpu}>{cpu}</PopOver>)}
595590
{getRow('ram', ram)}
596591
{getRow(
597592
'availableDiskSpace',

source/renderer/app/components/wallet/wallet-import/WalletSelectImportDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import checkmarkImage from '../../../assets/images/check-w.inline.svg';
2828
import { MAX_ADA_WALLETS_COUNT } from '../../../config/numbersConfig';
2929
import type { ExportedByronWallet } from '../../../types/walletExportTypes';
3030
import Dialog from '../../widgets/Dialog';
31-
31+
3232
const messages = defineMessages({
3333
title: {
3434
id: 'wallet.select.import.dialog.title',

0 commit comments

Comments
 (0)