Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AEst2002 authored and github-actions[bot] committed Oct 29, 2023
1 parent 678b160 commit d7eeb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/background/clinician-info-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export default function ClinicianInfoForm(clinician: Clinician) {
return toast({
title: "Success!",
description: "Your information has been updated.",
variant: 'default'
})
variant: "default",
});
};

return (
Expand Down

0 comments on commit d7eeb5c

Please sign in to comment.