feat: subscriptions and documents page

This commit is contained in:
pit
2023-10-05 18:35:12 +03:00
parent b5fc6e1aaf
commit 2b44e54d99
4 changed files with 81 additions and 1 deletions

View File

@ -74,7 +74,6 @@ export default function UserPage({ params }: { params: { id: number } }) {
duration: 5000,
});
} catch (e) {
console.log(e);
toast({
title: 'Error',
description: 'An error occurred while updating your profile.',