We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c0921 + 58c3626 commit 1776931Copy full SHA for 1776931
apps/OpenSign/src/pages/Form.js
@@ -1394,20 +1394,20 @@ const Forms = (props) => {
1394
)}
1395
1396
{isAdvanceOpt && props.title !== "Sign Yourself" ? (
1397
- <div
+ <span
1398
onClick={() => setIsAdvanceOpt(!isAdvanceOpt)}
1399
className={`mt-2.5 op-link op-link-primary text-sm`}
1400
>
1401
{t("hide-advanced-options")}
1402
- </div>
+ </span>
1403
) : (
1404
props.title !== "Sign Yourself" && (
1405
1406
1407
1408
1409
{t("advanced-options")}
1410
1411
)
1412
1413
0 commit comments