fix: unexpected content
This commit is contained in:
parent
7585bb00ea
commit
b71dfb8047
@ -436,7 +436,7 @@ const Advanced = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Vulkan for AMD GPU/ APU and Intel Arc GPU */}
|
{/* Vulkan for AMD GPU/ APU and Intel Arc GPU */}
|
||||||
{!isMac && gpuList.length && experimentalEnabled && (
|
{!isMac && gpuList.length > 0 && experimentalEnabled && (
|
||||||
<div className="flex w-full flex-col items-start justify-between gap-4 border-b border-[hsla(var(--app-border))] py-4 first:pt-0 last:border-none sm:flex-row">
|
<div className="flex w-full flex-col items-start justify-between gap-4 border-b border-[hsla(var(--app-border))] py-4 first:pt-0 last:border-none sm:flex-row">
|
||||||
<div className="space-y-1">
|
<div className="space-y-1">
|
||||||
<div className="flex gap-x-2">
|
<div className="flex gap-x-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user