fix(ocp page): changed to localhost for dev it was showing the card twice
This commit is contained in:
@@ -73,7 +73,7 @@ export default function OCPPage() {
|
||||
<WrapperManualTrigger />
|
||||
</ResizablePanel>
|
||||
)}
|
||||
{server[0].value === "usday1vms006" && (
|
||||
{server[0].value === "localhost" && (
|
||||
<ResizablePanel className="max-h-[300px]">
|
||||
<WrapperManualTrigger />
|
||||
</ResizablePanel>
|
||||
|
||||
Reference in New Issue
Block a user