Skip to content

Commit 4ef9c43

Browse files
committed
spacing
1 parent 5d1c4fe commit 4ef9c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagination-input.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125
}
126126
}
127127

128-
_shouldDisablePreviousPageBtns(currentPage,loading) {
128+
_shouldDisablePreviousPageBtns(currentPage, loading) {
129129
if (loading) return loading;
130130
return currentPage === 1;
131131
}
132132

133-
_shouldDisableNextPageBtns(currentPage, pageCount,loading) {
133+
_shouldDisableNextPageBtns(currentPage, pageCount, loading) {
134134
if (loading) return loading;
135135
return currentPage === pageCount;
136136
}

0 commit comments

Comments
 (0)