Skip to content

Commit

Permalink
[Fix] System Libs Helper icon spacing (#1576)
Browse files Browse the repository at this point in the history
* [Fix] System Libs Helper icon spacing

* Use <> instead of another check

* Remove extra <div>
  • Loading branch information
redromnon authored Jul 15, 2022
1 parent ce70907 commit 2a7a2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Settings/components/WineSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export default function WineSettings({
)}

{isLinux && !isProton && (
<div>
<>
<div className="toggleRow">
<ToggleSwitch
htmlId="autovkd3d"
Expand Down Expand Up @@ -384,7 +384,7 @@ export default function WineSettings({
)}
/>
</div>
</div>
</>
)}

<div className="toggleRow">
Expand Down

0 comments on commit 2a7a2ec

Please sign in to comment.