little clean up

This commit is contained in:
m5r
2021-10-20 23:57:55 +02:00
parent 7a4c583ea5
commit 6dbdeac4d3
3 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ const Billing: BlitzPage<Props> = (props) => {
TODO: I want to be able to
- upgrade to yearly
- downgrade to monthly
- resubscribe (message like "your subscription expired, would you like to renew ?")
*/
const { count: paymentsCount } = usePaymentsHistory();