Skip to content

Commit

Permalink
Remove deprecated FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Jan 16, 2024
1 parent 3194542 commit 108257b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/settings/wallets/lnbits.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function LNbits () {
<h2 className='pb-2'>lnbits</h2>
<h6 className='text-muted text-center pb-3'>use lnbits for zapping</h6>
<Form
// FIXME initial values are empty since we config is initialized after first render
initial={{
url: config?.url || '',
adminKey: config?.adminKey || ''
Expand Down

0 comments on commit 108257b

Please sign in to comment.