From 0317f1d9834eaf615aef4de9902552dc5ae5a627 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 20 Dec 2024 12:10:54 -0800 Subject: [PATCH 1/2] creator profile description no longer ignores new lines --- .../frontend/src/app/store/creator/[creator]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx index 7870517c5063..a245681ee98c 100644 --- a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx +++ b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx @@ -67,7 +67,7 @@ export default async function Page({

About

-
+
{creator.description}
From 414300be08ebedd3371eaafe08d660bb0dceef22 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 20 Dec 2024 12:34:26 -0800 Subject: [PATCH 2/2] lint --- .../frontend/src/app/store/creator/[creator]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx index a245681ee98c..7474aef2e7a3 100644 --- a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx +++ b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx @@ -67,9 +67,13 @@ export default async function Page({

About

-
+
{creator.description}
+