From 04592b089eb5dc63598d326ddd471c80183afc3e Mon Sep 17 00:00:00 2001 From: k-nilsson Date: Fri, 26 Feb 2016 12:27:09 -0500 Subject: [PATCH] Fixed the ternary syntax to produce expected behavior --- src/pagination/PaginationList.js | 38 +++++++++++++++++--------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/pagination/PaginationList.js b/src/pagination/PaginationList.js index 64b6d9069..c4b255617 100644 --- a/src/pagination/PaginationList.js +++ b/src/pagination/PaginationList.js @@ -59,26 +59,28 @@ class PaginationList extends React.Component {
{ this.props.sizePerPageList.length > 1 - ?
-
- -
    - {sizePerPageList} -
-
+ ?
-
    - {pageBtns} -
+
+ +
    + {sizePerPageList} +
+
+
+
+
    + {pageBtns} +
+
-
:
    {pageBtns}