Fix entities Page not rendering
This commit is contained in:
@@ -64,7 +64,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||
{loading ? (
|
||||
<UserProfileSkeleton />
|
||||
) : (
|
||||
<Component {...pageProps} entities={entities} />
|
||||
<Component {...pageProps} />
|
||||
)}
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user