fix(sign): always show PdfView

This commit is contained in:
enes 2024-12-23 16:39:24 +01:00
parent ca7b87a967
commit 8df5084703

View File

@ -152,7 +152,6 @@ const PdfMarking = (props: PdfMarkingProps) => {
centerIcon={faPen}
rightIcon={faCircleInfo}
>
{currentUserMarks?.length > 0 && (
<PdfView
currentFile={currentFile}
files={files}
@ -162,7 +161,6 @@ const PdfMarking = (props: PdfMarkingProps) => {
currentUserMarks={currentUserMarks}
otherUserMarks={otherUserMarks}
/>
)}
</StickySideColumns>
{selectedMark !== null && (
<MarkFormField