From 16b959fb7abba4d0246fc197528c733052cba13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Marques=20Lima?= Date: Mon, 27 Jan 2025 22:06:34 +0000 Subject: [PATCH] Fix entities Page not rendering --- src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index fada3931..872b6f46 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -64,7 +64,7 @@ export default function App({ Component, pageProps }: AppProps) { {loading ? ( ) : ( - + )} );