diff --git a/lib/gui/app/components/image-selector/image-selector.tsx b/lib/gui/app/components/image-selector/image-selector.tsx index 808621c5..c510d4a8 100644 --- a/lib/gui/app/components/image-selector/image-selector.tsx +++ b/lib/gui/app/components/image-selector/image-selector.tsx @@ -321,7 +321,7 @@ export class ImageSelector extends React.Component< const imageSize = selectionState.getImageSize(); return ( - + <>
{({ getRootProps, getInputProps }) => ( @@ -337,7 +337,7 @@ export class ImageSelector extends React.Component<
{hasImage ? ( - + <> {shared.bytesToClosestUnit(imageSize)} - + ) : ( @@ -407,7 +407,7 @@ export class ImageSelector extends React.Component< {selectionState.getImagePath()} )} - + ); } } diff --git a/lib/gui/app/pages/main/DriveSelector.tsx b/lib/gui/app/pages/main/DriveSelector.tsx index 6fdf34e0..3464ec48 100644 --- a/lib/gui/app/pages/main/DriveSelector.tsx +++ b/lib/gui/app/pages/main/DriveSelector.tsx @@ -98,10 +98,10 @@ export const DriveSelector = ({ return (
{showStepConnectingLines && ( - + <> - + )}
diff --git a/lib/gui/app/pages/main/Flash.tsx b/lib/gui/app/pages/main/Flash.tsx index 4ef5c12a..a797319e 100644 --- a/lib/gui/app/pages/main/Flash.tsx +++ b/lib/gui/app/pages/main/Flash.tsx @@ -219,7 +219,7 @@ export const Flash = ({ shouldFlashStepBeDisabled, goToSuccess }: any) => { }; return ( - + <>
{ close={() => setShowDriveSelectorModal(false)} > )} - + ); };