Skip to content

Commit

Permalink
Fixing linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianSoerenPollak committed Oct 31, 2024
1 parent 47268b8 commit 16d1b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion table/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ func (m Model) PageFirst() Model {
// be set to the top row of the page if the page changed.
func (m Model) WithCurrentPage(currentPage int) Model {
if m.pageSize == 0 || currentPage == m.CurrentPage() {

return m
}
if currentPage < 1 {
Expand Down

0 comments on commit 16d1b46

Please sign in to comment.