Fix NKJV directory path in backend - was looking in ../ instead of ../../

This commit is contained in:
Ryderjj89
2025-09-28 12:31:30 -04:00
parent ceeb465c8d
commit e7b98e0107
2 changed files with 2 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ function App() {
);
};
if (loading) {
if (loading || !books) {
return (
<div className="min-h-screen flex items-center justify-center">
<div className="text-center">