Skip to content

Commit dbb5ba5

Browse files
committed
wip: update
1 parent 19c9b7f commit dbb5ba5

File tree

2 files changed

+6
-6
lines changed
  • packages/neuron-ui/src

2 files changed

+6
-6
lines changed

packages/neuron-ui/src/components/PaymentChannel/components/OpenChannel/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ export default function PerunOpenChannel(props: PerunOpenChannelProps) {
3636
} = useGlobalState()
3737

3838
const [formData, setFormData] = useState({
39-
myAmount: 125,
40-
peerAddress: 'ckt1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqvujnwcyyexhcsddzu74yks6ytchq26y0svu4675',
41-
peerPubKey: '0x02372431f7ce5e18e100e56d6d8e74145ec00ad59878887a353aca8ca52e64119c',
42-
peerAmount: 123,
39+
myAmount: 0,
40+
peerAddress: '',
41+
peerPubKey: '',
42+
peerAmount: 0,
4343
})
4444

4545
const [formErrors, setFormErrors] = useState({

packages/neuron-ui/src/containers/Navbar/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const menuItems = [
4646
children: [
4747
{ name: 'navbar.special-assets', key: RoutePath.SpecialAssets, url: RoutePath.SpecialAssets },
4848
{ name: 'navbar.s-udt', key: RoutePath.SUDTAccountList, url: RoutePath.SUDTAccountList },
49-
{ name: 'navbar.payment-channel', key: RoutePath.PaymentChannel, url: RoutePath.PaymentChannel },
50-
{ name: 'navbar.perun', key: RoutePath.Perun, url: RoutePath.Perun },
49+
{ name: 'navbar.perun', key: RoutePath.PaymentChannel, url: RoutePath.PaymentChannel },
50+
// { name: 'navbar.perun', key: RoutePath.Perun, url: RoutePath.Perun },
5151
],
5252
},
5353
]

0 commit comments

Comments
 (0)