Skip to content

Commit

Permalink
トーストの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 15, 2024
1 parent ed400de commit ba69ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/camera/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ const CameraApp = () => {
</AlertDialogContent>
</AlertDialog>
{isUploading && <LoadingSpinner />}
<Toaster />
{todayAssignment?.english && (
<AssignmentBadge
assignment={todayAssignment}
Expand All @@ -393,6 +392,7 @@ const CameraApp = () => {
) : (
<Answered assignments={assignments} />
)}
<Toaster />
</>
);
};
Expand Down

0 comments on commit ba69ebb

Please sign in to comment.