diff options
Diffstat (limited to 'client/src/View/Payment/Constants.hs')
-rw-r--r-- | client/src/View/Payment/Constants.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/View/Payment/Constants.hs b/client/src/View/Payment/Constants.hs index ac2320a..028e328 100644 --- a/client/src/View/Payment/Constants.hs +++ b/client/src/View/Payment/Constants.hs @@ -3,4 +3,4 @@ module View.Payment.Constants ) where paymentsPerPage :: Int -paymentsPerPage = 8 +paymentsPerPage = 7 |