feat: subscriptions and documents page

This commit is contained in:
pit
2023-10-05 18:35:12 +03:00
committed by Mythie
parent 214dd7a7c8
commit 02b6f6a7b7
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.',