Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{isTherePreviousPage && (
)}
);
};
/**
* Connect Pagination to global context to give it access to
* `state`, `actions`, `libraries` via props
*/
export default connect(Pagination);
const Text = styled.em`
display: inline-block;
margin-top: 16px;
`;
)}
{isTherePreviousPage && isThereNextPage && " - "}
{isTherePreviousPage && (
)}
);
};
export default connect(Pagination);
const Text = styled.em`
display: inline-block;
margin-top: 16px;
`;
)}
);
};
/**
* Connect Pagination to global context to give it access to
* `state`, `actions`, `libraries` via props
*/
export default connect(Pagination);
const Text = styled.em`
display: inline-block;
margin-top: 16px;
`;
const Container = styled.div`
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
width: calc(100% - 8rem);
margin-left: auto;
margin-right: auto;
`;