fix: refactor code

This commit is contained in:
RaktimaNXG
2024-03-20 15:02:08 +05:30
parent 58eb71c52d
commit 62e1a1bd9b
+2 -2
View File
@@ -748,7 +748,7 @@ function Opensigndrive() {
<span style={{ fontWeight: "bold" }}>No Data Found!</span>
</div>
) : (
<>
<React.Suspense fallback={<Loader />}>
<DriveBody
pdfData={pdfData}
setFolderName={setFolderName}
@@ -764,7 +764,7 @@ function Opensigndrive() {
{loading && (
<div style={{ textAlign: "center" }}>Loading...</div>
)}
</>
</React.Suspense>
)}
</>
)}