Skip to content

Commit d9481e4

Browse files
gitcoder89431claude
andcommitted
fix: add blank row between Approved and Pending sections on Connect
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent edcdb8b commit d9481e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/screens/connections.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (c Connections) View(width, height int) string {
228228
rows = append(rows, c.deviceRow(dev, isLocal, i == c.approvedCursor, width))
229229
}
230230

231-
rows = append(rows, c.sectionHeader("Pending", width))
231+
rows = append(rows, "", c.sectionHeader("Pending", width))
232232

233233
if len(c.pending) == 0 {
234234
msg := "No pending devices"

0 commit comments

Comments
 (0)