Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Sep 26, 2024
1 parent e8c246c commit 06c7d9f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const SignedList = ({
useNamespaces('sp.signatureCollection')
const { formatMessage } = useLocale()
const [modalIsOpen, setModalIsOpen] = useState(false)
const [listIdToUnsign, setListIdToUnsign] = useState<string | undefined>(undefined)
const [listIdToUnsign, setListIdToUnsign] = useState<string | undefined>(
undefined,
)

// SignedList is typically singular, although it may consist of multiple entries, which in that case will all be invalid
const { signedLists, loadingSignedLists, refetchSignedLists } =
Expand Down

0 comments on commit 06c7d9f

Please sign in to comment.