From e42a85f82705926a68de3b69590ae5f22fad8320 Mon Sep 17 00:00:00 2001 From: Kevin Tun Date: Mon, 3 Feb 2025 21:32:49 -0600 Subject: [PATCH] style(OntologyContainer.tsx): remove unnecessary space after OntologyTabLayout component The commit removes the unnecessary space after the OntologyTabLayout component in the OntologyContainer file to improve code readability and maintain consistency in coding style. --- .../components/features/Ontology/OntologyContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/genome-page/components/features/Ontology/OntologyContainer.tsx b/apps/genome-page/components/features/Ontology/OntologyContainer.tsx index 4b707a70f..35ff1fcfc 100644 --- a/apps/genome-page/components/features/Ontology/OntologyContainer.tsx +++ b/apps/genome-page/components/features/Ontology/OntologyContainer.tsx @@ -11,7 +11,7 @@ interface OntologyContainerProperties { } const OntologyContainer = ({ goas }: OntologyContainerProperties) => ( - {" "} + )