Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
namanhboi committed Oct 2, 2024
1 parent ebcd5cf commit d1c8ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/AuthManager/AuthManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const AuthManager = () => {
message={message}
toastType={toastType ? ToastStatus.SUCCESS : ToastStatus.ERROR}
onClose={() => setVisible(false)}
isOpen = {visible}
isOpen={visible}
/>,
document.body
)}
Expand Down Expand Up @@ -238,4 +238,4 @@ const AuthManager = () => {
);
};

export default AuthManager;
export default AuthManager;

0 comments on commit d1c8ce2

Please sign in to comment.