Skip to content

Commit 2c56a5d

Browse files
committed
wip: update
1 parent 29e7eba commit 2c56a5d

File tree

1 file changed

+5
-5
lines changed
  • packages/neuron-ui/src/components/PaymentChannel/components/Console

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function PerunConsole(props: PerunConsoleProps) {
7070

7171
useInterval(syncChannels, !!myPubKey ? 5000 : 0)
7272

73-
const assets = ['CKB']
73+
// const assets = ['CKB']
7474
console.log("perun requests", requests);
7575
console.log("perun channle states", channelStates);
7676

@@ -86,7 +86,7 @@ export default function PerunConsole(props: PerunConsoleProps) {
8686
</Button>
8787
</div>
8888
<div className={styles.topWrap}>
89-
<div className={clsx(styles.panel)} style={{ width: "50%" }}>
89+
<div className={clsx(styles.panel)} style={{ width: "100%" }}>
9090
<div className="flex flex-col gap-2">
9191
<div>
9292
<div className='text-secondary mb-1'>My Address: </div>
@@ -131,7 +131,7 @@ export default function PerunConsole(props: PerunConsoleProps) {
131131
Startup Channel Service Runner
132132
</Button> */}
133133
</div>
134-
<div className={clsx(styles.panel, styles.rightWrap)}>
134+
{/* <div className={clsx(styles.panel, styles.rightWrap)}>
135135
<h2>
136136
{t('perun.locked-in-channels')}{' '}
137137
<Button
@@ -153,7 +153,7 @@ export default function PerunConsole(props: PerunConsoleProps) {
153153
</div>
154154
))}
155155
</div>
156-
</div>
156+
</div> */}
157157
</div>
158158

159159
<div className={styles.panel}>
@@ -162,7 +162,7 @@ export default function PerunConsole(props: PerunConsoleProps) {
162162
{t('perun.channel-creation-request')}{' '}
163163
{requests.length > 0 && <span className={styles.badge}>{requests.length}</span>}
164164
</h2>
165-
<Button type="primary" onClick={() => setDialogType(DialogType.creationRequest)}>
165+
<Button className={styles.createBtn} type="primary" onClick={() => setDialogType(DialogType.creationRequest)}>
166166
{t('perun.check')}
167167
</Button>
168168
</div>

0 commit comments

Comments
 (0)