diff --git a/striker-ui/components/Text/HeaderText.tsx b/striker-ui/components/Text/HeaderText.tsx
index 1bd4c163..a2c38923 100644
--- a/striker-ui/components/Text/HeaderText.tsx
+++ b/striker-ui/components/Text/HeaderText.tsx
@@ -9,7 +9,7 @@ const WhiteTypography = withStyles({
})(Typography);
const HeaderText = ({ text }: { text: string }): JSX.Element => {
- return {text};
+ return {text};
};
export default HeaderText;