Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Apr 21, 2024
1 parent cfd140e commit d50038b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions trv/trv.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,6 @@ func (t *Trv) filterList() {
}
}
}
if t.TableViewer.GetRowCount() == 0 {
t.TableViewer.SetCell(row, 0, tview.NewTableCell("No result").
SetTextColor(tcell.ColorWhite).
SetAlign(tview.AlignLeft))
}
}

// drawing
Expand Down

0 comments on commit d50038b

Please sign in to comment.