diff --git a/src/components/toasts/ToastContainer.tsx b/src/components/toasts/ToastContainer.tsx
index bd3bf10..b85b97c 100644
--- a/src/components/toasts/ToastContainer.tsx
+++ b/src/components/toasts/ToastContainer.tsx
@@ -36,7 +36,7 @@ export default function ToastContainer(props: Props): ReactElement {
aria-label="Close"
onClick={dismiss}
>
-
+
);