Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: remove ununsed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
clucasalcantara committed Oct 5, 2020
1 parent 6087073 commit 12a8a6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const AddRecipient = ({
const [addedRecipients, setAddressRecipients] = useState<RecipientListItem[]>(recipients!);
const [isSingle, setIsSingle] = useState(isSingleRecipient);
const [displayAmount, setDisplayAmount] = useState<string | undefined>();
const [recipientsAmount, setRecipientsAmount] = useState<any>();

const { t } = useTranslation();

Expand Down

0 comments on commit 12a8a6b

Please sign in to comment.