const renderAccounts = accounts => hidePeek(accounts).map(id => (
  <Account key={id} id={id} />
));