diff --git a/src/components/DisplaySigner/index.tsx b/src/components/DisplaySigner/index.tsx
index 4f3824f..63aa154 100644
--- a/src/components/DisplaySigner/index.tsx
+++ b/src/components/DisplaySigner/index.tsx
@@ -5,6 +5,7 @@ import { UserAvatar } from '../UserAvatar'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import {
faCheck,
+ faEllipsis,
faExclamation,
faEye,
faHourglass,
@@ -35,7 +36,7 @@ export const DisplaySigner = ({
)
case SignStatus.Pending:
- return
+ return
case SignStatus.Invalid:
return
case SignStatus.Viewer:
diff --git a/src/components/UsersDetails.tsx/index.tsx b/src/components/UsersDetails.tsx/index.tsx
index 8b9217b..ea58f68 100644
--- a/src/components/UsersDetails.tsx/index.tsx
+++ b/src/components/UsersDetails.tsx/index.tsx
@@ -112,7 +112,7 @@ export const UsersDetails = ({
>