From 0c2f9b3a6d7939687cdf65b644b4ee9354a7a7f5 Mon Sep 17 00:00:00 2001 From: Timothy Russo Date: Fri, 22 Sep 2023 23:22:56 +0200 Subject: [PATCH] fix: prettier style --- src/app/tech-stack/components/TechStackContainer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/tech-stack/components/TechStackContainer.tsx b/src/app/tech-stack/components/TechStackContainer.tsx index 8e001231..84acd905 100644 --- a/src/app/tech-stack/components/TechStackContainer.tsx +++ b/src/app/tech-stack/components/TechStackContainer.tsx @@ -11,9 +11,7 @@ export default function TechStackContainer() { } } return ( -
+
    {Object.keys(techStack).map((cardType, index) => (