diff --git a/src/components/Group/ListOfBans.tsx b/src/components/Group/ListOfBans.tsx index 0c522e0..355f1d8 100644 --- a/src/components/Group/ListOfBans.tsx +++ b/src/components/Group/ListOfBans.tsx @@ -86,7 +86,6 @@ export const ListOfBans = ({ groupId, setInfoSnack, setOpenSnack, show }) => { const handleCancelBan = async (address) => { try { - // TODO translate const fee = await getFee('CANCEL_GROUP_BAN'); await show({ message: t('group:question.cancel_ban', { postProcess: 'capitalize' }),