remove ln adder alert debugging

This commit is contained in:
keyan 2021-10-08 07:40:35 -07:00
parent d3c3657a92
commit edf9584391
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export function FundForm () {
}`)
useEffect(() => {
setShowAlert(true || !localStorage.getItem('hideLnAddrAlert'))
setShowAlert(!localStorage.getItem('hideLnAddrAlert'))
}, [])
if (called && !error) {