We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b979a88 commit a51b474Copy full SHA for a51b474
samples/next.js/app/page.tsx
@@ -42,7 +42,7 @@ export default function Home() {
42
};
43
44
if (isUsersFetched && (!users || users.length === 0)) {
45
- return <div className="p-4">No users found. Please run "pnpm db:init" to seed the database.</div>;
+ return <div className="p-4">No users found. Please run "pnpm db:init" to seed the database.</div>;
46
}
47
48
return (
0 commit comments