fix: tests leftover

This commit is contained in:
swve 2023-05-26 18:13:36 +02:00
parent 985d91b030
commit dea720c871

View file

@ -10,7 +10,6 @@ import { getOrgCollections, getOrgCollectionsWithAuthHeader } from "@services/co
import { getOrganizationContextInfo } from '@services/organizations/orgs'; import { getOrganizationContextInfo } from '@services/organizations/orgs';
import { cookies } from 'next/headers'; import { cookies } from 'next/headers';
import Error from '@components/UI/Error/Error';
type MetadataProps = { type MetadataProps = {
params: { orgslug: string }; params: { orgslug: string };
@ -46,7 +45,6 @@ const OrgHomePage = async (params: any) => {
return ( return (
<div> <div>
<Error ></Error>
<div className="max-w-7xl mx-auto px-4 py-10"> <div className="max-w-7xl mx-auto px-4 py-10">
{/* Collections */} {/* Collections */}
<Title title="Collections" type="col" /> <Title title="Collections" type="col" />