mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
refactor code
This commit is contained in:
@@ -1670,8 +1670,8 @@ function PdfRequestFiles(props) {
|
||||
: "auto"
|
||||
}}
|
||||
className={`${
|
||||
props.templateId ||
|
||||
(isGuestSignFlow && "mx-2 border-[0.5px] border-gray-300")
|
||||
(props.templateId || isGuestSignFlow) &&
|
||||
"mx-2 border-[0.5px] border-gray-300"
|
||||
} relative op-card overflow-hidden flex flex-col md:flex-row justify-between bg-base-300`}
|
||||
>
|
||||
{!requestSignTour &&
|
||||
|
||||
Reference in New Issue
Block a user