mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 09:17:54 +00:00
fix TS issue ter
This commit is contained in:
@@ -66,7 +66,7 @@ const Dashboard = ({ profile, session, plan }: DashboardProps): JSX.Element => {
|
||||
throw error;
|
||||
}
|
||||
} catch (error) {
|
||||
alert(error.message);
|
||||
alert('There was an issue with the update');
|
||||
} finally {
|
||||
setLoading(false);
|
||||
toast.success('Your profile has been updated');
|
||||
|
||||
Reference in New Issue
Block a user