Updated based on feedback
This commit is contained in:
		@@ -412,7 +412,7 @@ const Accounts: FC<AccountProps> = (props) => {
 | 
			
		||||
            overflowY: "auto",
 | 
			
		||||
          }}
 | 
			
		||||
        >
 | 
			
		||||
          {snap.accounts.map((account, index) => (
 | 
			
		||||
          {snap.accounts.map((account) => (
 | 
			
		||||
            <Flex
 | 
			
		||||
              column
 | 
			
		||||
              key={account.address + account.name}
 | 
			
		||||
 
 | 
			
		||||
@@ -16,8 +16,9 @@ const estimateFee = async (tx: Record<string, unknown>, account: IAccount): Prom
 | 
			
		||||
    }
 | 
			
		||||
    return null
 | 
			
		||||
  } catch (err) {
 | 
			
		||||
    throw Error('Cannot estimate fee');
 | 
			
		||||
    console.log(err)
 | 
			
		||||
    return null
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user