From e4ab50a49db550851e009af649ac09b22cef648a Mon Sep 17 00:00:00 2001 From: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:18:50 -0500 Subject: [PATCH] Show newlines in text --- .../oncokb-frontend-commons/src/components/SummaryWithRefs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/app/oncokb-frontend-commons/src/components/SummaryWithRefs.tsx b/src/main/webapp/app/oncokb-frontend-commons/src/components/SummaryWithRefs.tsx index 8f61d1831..0f5c82999 100644 --- a/src/main/webapp/app/oncokb-frontend-commons/src/components/SummaryWithRefs.tsx +++ b/src/main/webapp/app/oncokb-frontend-commons/src/components/SummaryWithRefs.tsx @@ -35,6 +35,6 @@ export default class SummaryWithRefs extends React.Component< } }); - return {content}; + return {content}; } }