Skip to content

Commit

Permalink
error message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Dec 20, 2024
1 parent 9c74cb4 commit d86fc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/cards/CompanyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function CompanyCard({

if (isError) {
// router.push("/login");
toast.error("Session expired, Please log in again.");
toast.error("Oops! Something went wrong. Please try again.");
return null; // Prevent further rendering
}

Expand Down

0 comments on commit d86fc58

Please sign in to comment.