Fix NKJV directory path in backend - was looking in ../ instead of ../../
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user