Skip to content

Commit

Permalink
fixed issue on alert component
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Oct 9, 2024
1 parent f11b564 commit de1e01d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/AlertComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export const AlertComponent = ({
}: IAlertComponent) => {

return (
message === null ? (<>
</>):
(
// message !== null ? (<>
// </>):
// (
(
<div className="w-full">
<div
Expand Down Expand Up @@ -78,5 +78,5 @@ export const AlertComponent = ({
)


);
// );
};

0 comments on commit de1e01d

Please sign in to comment.