Skip to content

Commit 6e3e349

Browse files
committed
swap: do not force channel selection when starting a loop
1 parent 8a190fb commit 6e3e349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/components/loop/LoopActions.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ const LoopActions: React.FC = () => {
5555
primary={inferredDirection === SwapDirection.OUT}
5656
borderless
5757
onClick={handleLoopOut}
58-
disabled={selectedCount === 0}
5958
>
6059
Loop out
6160
</Button>
6261
<Button
6362
primary={inferredDirection === SwapDirection.IN}
6463
borderless
6564
onClick={handleLoopIn}
66-
disabled={selectedCount === 0}
6765
>
6866
Loop in
6967
</Button>

0 commit comments

Comments
 (0)