diff --git a/app/src/molecules/ReleaseNotes/index.tsx b/app/src/molecules/ReleaseNotes/index.tsx
index 38d88616143..90b36e2fd19 100644
--- a/app/src/molecules/ReleaseNotes/index.tsx
+++ b/app/src/molecules/ReleaseNotes/index.tsx
@@ -20,9 +20,9 @@ export function ReleaseNotes(props: ReleaseNotesProps): JSX.Element {
}
+
+function ListItemText(props: JSX.IntrinsicAttributes): JSX.Element {
+ return
+}
+
+function UnnumberedListText(props: JSX.IntrinsicAttributes): JSX.Element {
+ return
+}
diff --git a/app/src/molecules/modals/styles.module.css b/app/src/molecules/modals/styles.module.css
index 00ee4b72efe..3e7d592afe2 100644
--- a/app/src/molecules/modals/styles.module.css
+++ b/app/src/molecules/modals/styles.module.css
@@ -73,4 +73,4 @@
max-height: 100%;
overflow-y: auto;
padding-bottom: 3rem;
-}
\ No newline at end of file
+}