From e0fb69d4922ca87856ba2a5cbc763de678798b04 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 18 Nov 2024 14:37:03 -0600 Subject: [PATCH] feat: fixed empty field --- frontend/src/Debate/Arguments/Medicine/ApoBCVD.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Debate/Arguments/Medicine/ApoBCVD.elm b/frontend/src/Debate/Arguments/Medicine/ApoBCVD.elm index a99a4dc..fbf0f20 100644 --- a/frontend/src/Debate/Arguments/Medicine/ApoBCVD.elm +++ b/frontend/src/Debate/Arguments/Medicine/ApoBCVD.elm @@ -31,7 +31,7 @@ argumentApoBCVD = , notation = "(Qw)" } ] - , conclusion = "" + , conclusion = "Therefore, ApoB-containing lipoproteins dose-dependently cause atherosclerosis." , conclusionNotation = "(∴Pw)" } ]