From 4464dc00123f5f2ff773c8420b125e599fd2ff84 Mon Sep 17 00:00:00 2001 From: ErickCReis Date: Fri, 7 Jun 2024 01:25:50 -0300 Subject: [PATCH] fix: Format --- apps/nextjs/package.json | 2 +- apps/nextjs/src/app/team/[teamId]/_components/user-info.tsx | 2 +- packages/auth/package.json | 2 +- packages/ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index d3bf896..ddba50e 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -56,4 +56,4 @@ "typescript": "^5.4.5" }, "prettier": "@acme/prettier-config" -} \ No newline at end of file +} diff --git a/apps/nextjs/src/app/team/[teamId]/_components/user-info.tsx b/apps/nextjs/src/app/team/[teamId]/_components/user-info.tsx index 70c57d9..8b19070 100644 --- a/apps/nextjs/src/app/team/[teamId]/_components/user-info.tsx +++ b/apps/nextjs/src/app/team/[teamId]/_components/user-info.tsx @@ -32,7 +32,7 @@ export function UserInfo({ {Object.entries(info).map(([key, value]) => (
{key}
-
+
{value}
))} diff --git a/packages/auth/package.json b/packages/auth/package.json index e5278ec..3d6da1e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -36,4 +36,4 @@ "typescript": "^5.4.5" }, "prettier": "@acme/prettier-config" -} \ No newline at end of file +} diff --git a/packages/ui/package.json b/packages/ui/package.json index 248e187..5dd842a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -53,4 +53,4 @@ "zod": "^3.22.4" }, "prettier": "@acme/prettier-config" -} \ No newline at end of file +}