Skip to content

Commit

Permalink
[frontend] Format code with prettier (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lim396 authored Feb 16, 2024
1 parent dc1e9d8 commit c98b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/ui/settings/profile-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { useAuthContext } from "@/app/lib/client-auth";
import { Stack } from "@/components/layout/stack";
import { Button } from "@/components/ui/button";
import { toast } from "@/components/ui/use-toast";
import { useFormState, useFormStatus } from "react-dom";
import AvatarForm from "./avatar-form";
import { ProfileItem } from "./profile-item-form";
import { useFormState, useFormStatus } from "react-dom";

function ErrorText({ text }: { text: string }) {
return (
Expand Down

0 comments on commit c98b566

Please sign in to comment.