diff --git a/src/Components/Heading.js b/src/Components/Heading.js
index d05549bc..7da768e3 100644
--- a/src/Components/Heading.js
+++ b/src/Components/Heading.js
@@ -6,10 +6,8 @@ import './Heading.scss';
function Heading({ title, subtitle, badge, children }) {
return (
-
- {title}
- {subtitle &&
{subtitle}
}
-
+ {title}
+ {subtitle &&
{subtitle}
}
{badge && {badge}
}
{children}
diff --git a/src/EMS/PatientFields.js b/src/EMS/PatientFields.js
index 8bd51b73..4caa50f8 100644
--- a/src/EMS/PatientFields.js
+++ b/src/EMS/PatientFields.js
@@ -153,6 +153,9 @@ function PatientFields({ ringdown, onChange }) {
}