diff --git a/web/cashtab/src/hooks/useWallet.js b/web/cashtab/src/hooks/useWallet.js --- a/web/cashtab/src/hooks/useWallet.js +++ b/web/cashtab/src/hooks/useWallet.js @@ -1,5 +1,7 @@ /* eslint-disable react-hooks/exhaustive-deps */ +// DELETE THIS COMMENT + import { useState, useEffect } from 'react'; import useAsyncTimeout from '@hooks/useAsyncTimeout'; import usePrevious from '@hooks/usePrevious';