Merged in ENCOA-316-ENCOA-317 (pull request #140)
Fix entities Page not rendering Approved-by: Tiago Ribeiro
This commit is contained in:
@@ -64,7 +64,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||||||
{loading ? (
|
{loading ? (
|
||||||
<UserProfileSkeleton />
|
<UserProfileSkeleton />
|
||||||
) : (
|
) : (
|
||||||
<Component {...pageProps} entities={entities} />
|
<Component {...pageProps} />
|
||||||
)}
|
)}
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user