Skip to content

Commit 0c4b814

Browse files
fix: placeholder and signyourself location issue in mobille view
1 parent 1cc4cf9 commit 0c4b814

File tree

7 files changed

+754
-544
lines changed

7 files changed

+754
-544
lines changed

microfrontends/SignDocuments/src/Component/LegaDrive/LegaDrive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function PdfFile() {
4444
};
4545
setIsLoading(load);
4646
const driveDetails = await getDrive();
47-
4847
if (driveDetails) {
4948
if (driveDetails.length > 0) {
5049
setPdfData(driveDetails);

0 commit comments

Comments
 (0)